1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
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

13 lines
275 B
Plaintext

--- 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>