mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
The anacron utility should be run by it's rc(8) script after resume, since the time to run jobs from the anacrontab(5) might have passed while the system was sleeping. PR: 253567 Reported by: walter.von.entferndt@posteo.net Approved by: dz@426.ch (maintainer)
10 lines
212 B
C
10 lines
212 B
C
--- log.c.orig 2000-06-22 22:55:13 UTC
|
|
+++ log.c
|
|
@@ -37,6 +37,7 @@
|
|
#include <unistd.h>
|
|
#include <syslog.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <stdarg.h>
|
|
#include <errno.h>
|
|
#include <signal.h>
|