diff options
Diffstat (limited to 'sysklogd/klogd.c')
-rw-r--r-- | sysklogd/klogd.c | 9 |
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 @@ #include <unistd.h> #include <ctype.h> #include <sys/syslog.h> - -#if __GNU_LIBRARY__ < 5 -# ifdef __alpha__ -# define klogctl syslog -# endif -#else -# include <sys/klog.h> -#endif +#include <sys/klog.h> #include "busybox.h" |