commit | 85e5e72bc1acd9d58c11bde6e14c8270cd9f169f | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Jul 22 08:56:55 2003 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Jul 22 08:56:55 2003 +0000 |
tree | 9971c6951256dd0bba5ff2a7db08ed6f65ef218d | |
parent | 0a14c9f924eaf6a64e78959a190d187d646b3c0c [diff] [blame] |
Remove remaining libc5 support code
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c index d32882d..f537a4b 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"