diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-10 17:59:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-10 17:59:11 +0000 |
commit | 88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4 (patch) | |
tree | 4871d5fdfd0c601396ef4651c3d1458bedb5a854 /sysklogd | |
parent | 40406e6bad9abcd58977ed92194c9061d85c9e47 (diff) | |
download | busybox-w32-88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4.tar.gz busybox-w32-88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4.tar.bz2 busybox-w32-88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4.zip |
Some #include updates.
-Erik
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/logger.c | 1 | ||||
-rw-r--r-- | sysklogd/syslogd.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sysklogd/logger.c b/sysklogd/logger.c index 0e1ce8dce..f4a0f82fb 100644 --- a/sysklogd/logger.c +++ b/sysklogd/logger.c | |||
@@ -25,7 +25,6 @@ | |||
25 | #include <stdio.h> | 25 | #include <stdio.h> |
26 | #include <unistd.h> | 26 | #include <unistd.h> |
27 | #include <sys/types.h> | 27 | #include <sys/types.h> |
28 | #include <sys/stat.h> | ||
29 | #include <fcntl.h> | 28 | #include <fcntl.h> |
30 | #include <ctype.h> | 29 | #include <ctype.h> |
31 | 30 | ||
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index 508a6572b..dfc933dbf 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c | |||
@@ -36,7 +36,6 @@ | |||
36 | #include <time.h> | 36 | #include <time.h> |
37 | #include <unistd.h> | 37 | #include <unistd.h> |
38 | #include <sys/socket.h> | 38 | #include <sys/socket.h> |
39 | #include <sys/stat.h> | ||
40 | #include <sys/types.h> | 39 | #include <sys/types.h> |
41 | #include <sys/un.h> | 40 | #include <sys/un.h> |
42 | #include <sys/param.h> | 41 | #include <sys/param.h> |