mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -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)
14 lines
236 B
C
14 lines
236 B
C
--- matchrx.c.orig 2000-06-20 23:12:18 UTC
|
|
+++ matchrx.c
|
|
@@ -23,9 +23,11 @@
|
|
|
|
|
|
#include <stdio.h>
|
|
+#include <sys/types.h>
|
|
#include <regex.h>
|
|
#include <stdarg.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include "matchrx.h"
|
|
|
|
int
|