aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/klogd.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-22 08:56:55 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-22 08:56:55 +0000
commit85e5e72bc1acd9d58c11bde6e14c8270cd9f169f (patch)
tree9971c6951256dd0bba5ff2a7db08ed6f65ef218d /sysklogd/klogd.c
parent0a14c9f924eaf6a64e78959a190d187d646b3c0c (diff)
downloadbusybox-w32-85e5e72bc1acd9d58c11bde6e14c8270cd9f169f.tar.gz
busybox-w32-85e5e72bc1acd9d58c11bde6e14c8270cd9f169f.tar.bz2
busybox-w32-85e5e72bc1acd9d58c11bde6e14c8270cd9f169f.zip
Remove remaining libc5 support code
Diffstat (limited to 'sysklogd/klogd.c')
-rw-r--r--sysklogd/klogd.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c
index d32882d33..f537a4bb8 100644
--- a/sysklogd/klogd.c
+++ b/sysklogd/klogd.c
@@ -38,14 +38,7 @@
38#include <unistd.h> 38#include <unistd.h>
39#include <ctype.h> 39#include <ctype.h>
40#include <sys/syslog.h> 40#include <sys/syslog.h>
41 41#include <sys/klog.h>
42#if __GNU_LIBRARY__ < 5
43# ifdef __alpha__
44# define klogctl syslog
45# endif
46#else
47# include <sys/klog.h>
48#endif
49 42
50#include "busybox.h" 43#include "busybox.h"
51 44