diff options
Diffstat (limited to 'util-linux/dmesg.c')
-rw-r--r-- | util-linux/dmesg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index b6c990d..df2bce7 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c @@ -23,7 +23,6 @@ #ifndef __alpha__ # define __NR_klogctl __NR_syslog -#include <sys/syscall.h> static inline _syscall3(int, klogctl, int, type, char *, b, int, len); #else /* __alpha__ */ #define klogctl syslog |