mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d4767b5f68
system log files PR: 15759 Submitted by: Yuan-Chen Cheng <ycheng@ml.tw.freebsd.org>
13 lines
275 B
Plaintext
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>
|