aboutsummaryrefslogtreecommitdiff
path: root/util-linux/dmesg.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-10 20:08:44 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-10 20:08:44 +0000
commit9b2297a34e35be143155769a470331af2f2b9330 (patch)
tree9019a306ae6447fdb28db1843818c19cdbe2f2b9 /util-linux/dmesg.c
parenta0053735dc102e8f876005627bc09be2446e48c0 (diff)
downloadbusybox-w32-9b2297a34e35be143155769a470331af2f2b9330.tar.gz
busybox-w32-9b2297a34e35be143155769a470331af2f2b9330.tar.bz2
busybox-w32-9b2297a34e35be143155769a470331af2f2b9330.zip
Remove yet more kernel header dependancies.
-Erik
Diffstat (limited to 'util-linux/dmesg.c')
-rw-r--r--util-linux/dmesg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c
index e88f549ca..b6c990d99 100644
--- a/util-linux/dmesg.c
+++ b/util-linux/dmesg.c
@@ -23,7 +23,7 @@
23 23
24#ifndef __alpha__ 24#ifndef __alpha__
25# define __NR_klogctl __NR_syslog 25# define __NR_klogctl __NR_syslog
26#include <linux/unistd.h> 26#include <sys/syscall.h>
27static inline _syscall3(int, klogctl, int, type, char *, b, int, len); 27static inline _syscall3(int, klogctl, int, type, char *, b, int, len);
28#else /* __alpha__ */ 28#else /* __alpha__ */
29#define klogctl syslog 29#define klogctl syslog