freebsd-ports/sysutils/logrotate/files/patch-aa
Chris D. Faulhaber d4767b5f68 Logrotate is a system utility that rotates, compresses, removes and mails
system log files

PR:		15759
Submitted by:	Yuan-Chen Cheng <ycheng@ml.tw.freebsd.org>
1999-12-30 12:35:51 +00:00

12 lines
275 B
Text

--- config.c.orig Tue Dec 28 15:24:25 1999
+++ config.c Tue Dec 28 15:26:54 1999
@@ -1,9 +1,7 @@
-#include <alloca.h>
#include <ctype.h>
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
-#include <getopt.h>
#include <glob.h>
#include <grp.h>
#include <pwd.h>