diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-03-14 01:15:06 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-03-14 01:15:06 +0000 |
commit | c319601db5296e9d26c7ce0738c4507b51958dda (patch) | |
tree | efcad9b20e7e88077ddf7d59315eeef3ca8459c9 /sysklogd/klogd.c | |
parent | 4e7244e6b2b8b941f6d2b03d2ca9cc2afbb5258e (diff) | |
download | busybox-w32-c319601db5296e9d26c7ce0738c4507b51958dda.tar.gz busybox-w32-c319601db5296e9d26c7ce0738c4507b51958dda.tar.bz2 busybox-w32-c319601db5296e9d26c7ce0738c4507b51958dda.zip |
Some updates for libc5
Diffstat (limited to 'sysklogd/klogd.c')
-rw-r--r-- | sysklogd/klogd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c index 7f7d6a142..d5e330bdf 100644 --- a/sysklogd/klogd.c +++ b/sysklogd/klogd.c | |||
@@ -43,7 +43,6 @@ | |||
43 | #if ! defined __GLIBC__ && ! defined __UCLIBC__ | 43 | #if ! defined __GLIBC__ && ! defined __UCLIBC__ |
44 | #include <sys/syscall.h> | 44 | #include <sys/syscall.h> |
45 | #include <linux/unistd.h> | 45 | #include <linux/unistd.h> |
46 | typedef unsigned int socklen_t; | ||
47 | 46 | ||
48 | #ifndef __alpha__ | 47 | #ifndef __alpha__ |
49 | # define __NR_klogctl __NR_syslog | 48 | # define __NR_klogctl __NR_syslog |