diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-22 08:56:55 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-22 08:56:55 +0000 |
commit | fa8cf20631cf02ae3e6b0db95a494261df1aee27 (patch) | |
tree | 9971c6951256dd0bba5ff2a7db08ed6f65ef218d /sysklogd/syslogd.c | |
parent | 5658fe5f7869ce987e25dfb6554db5e062045319 (diff) | |
download | busybox-w32-fa8cf20631cf02ae3e6b0db95a494261df1aee27.tar.gz busybox-w32-fa8cf20631cf02ae3e6b0db95a494261df1aee27.tar.bz2 busybox-w32-fa8cf20631cf02ae3e6b0db95a494261df1aee27.zip |
Remove remaining libc5 support code
git-svn-id: svn://busybox.net/trunk/busybox@7090 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sysklogd/syslogd.c')
-rw-r--r-- | sysklogd/syslogd.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index 06dfca6d8..89f8d60ca 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c | |||
@@ -86,12 +86,6 @@ static int local_logging = FALSE; | |||
86 | 86 | ||
87 | /* circular buffer variables/structures */ | 87 | /* circular buffer variables/structures */ |
88 | #ifdef CONFIG_FEATURE_IPC_SYSLOG | 88 | #ifdef CONFIG_FEATURE_IPC_SYSLOG |
89 | #if __GNU_LIBRARY__ < 5 | ||
90 | #error Sorry. Looks like you are using libc5. | ||
91 | #error libc5 shm support isnt good enough. | ||
92 | #error Please disable CONFIG_FEATURE_IPC_SYSLOG | ||
93 | #endif | ||
94 | |||
95 | #include <sys/ipc.h> | 89 | #include <sys/ipc.h> |
96 | #include <sys/sem.h> | 90 | #include <sys/sem.h> |
97 | #include <sys/shm.h> | 91 | #include <sys/shm.h> |