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/logread.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/logread.c')
-rw-r--r-- | sysklogd/logread.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sysklogd/logread.c b/sysklogd/logread.c index ae8dbae3a..2692efbee 100644 --- a/sysklogd/logread.c +++ b/sysklogd/logread.c | |||
@@ -35,13 +35,6 @@ | |||
35 | #include <setjmp.h> | 35 | #include <setjmp.h> |
36 | #include "busybox.h" | 36 | #include "busybox.h" |
37 | 37 | ||
38 | #if __GNU_LIBRARY__ < 5 | ||
39 | #error Sorry. Looks like you are using libc5. | ||
40 | #error libc5 shm support isnt good enough. | ||
41 | #error Please disable CONFIG_FEATURE_IPC_SYSLOG | ||
42 | #endif | ||
43 | |||
44 | |||
45 | static const long KEY_ID = 0x414e4547; /*"GENA"*/ | 38 | static const long KEY_ID = 0x414e4547; /*"GENA"*/ |
46 | 39 | ||
47 | static struct shbuf_ds { | 40 | static struct shbuf_ds { |