Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-22 12:56:55 +0400
committerEric Andersen <andersen@codepoet.org>2003-07-22 12:56:55 +0400
commit85e5e72bc1acd9d58c11bde6e14c8270cd9f169f (patch)
tree9971c6951256dd0bba5ff2a7db08ed6f65ef218d /util-linux/dmesg.c
parent0a14c9f924eaf6a64e78959a190d187d646b3c0c (diff)
Remove remaining libc5 support code
Diffstat (limited to 'util-linux/dmesg.c')
-rw-r--r--util-linux/dmesg.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c
index 6e0d6947f..0c0d2d7c0 100644
--- a/util-linux/dmesg.c
+++ b/util-linux/dmesg.c
@@ -22,14 +22,7 @@
#include <stdlib.h>
#include <getopt.h>
#include <errno.h>
-
-#if __GNU_LIBRARY__ < 5
-# ifdef __alpha__
-# define klogctl syslog
-# endif
-#else
-# include <sys/klog.h>
-#endif
+#include <sys/klog.h>
#include "busybox.h"