diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-14 01:15:06 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-14 01:15:06 +0000 |
commit | d4add2d0958b6cae24b1fceab0250531b909ff84 (patch) | |
tree | efcad9b20e7e88077ddf7d59315eeef3ca8459c9 /sysklogd/klogd.c | |
parent | 7306ffd15e79b44d9fb1a0aa6c97e46ac49befab (diff) | |
download | busybox-w32-d4add2d0958b6cae24b1fceab0250531b909ff84.tar.gz busybox-w32-d4add2d0958b6cae24b1fceab0250531b909ff84.tar.bz2 busybox-w32-d4add2d0958b6cae24b1fceab0250531b909ff84.zip |
Some updates for libc5
git-svn-id: svn://busybox.net/trunk/busybox@2064 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 |