diff options
Diffstat (limited to 'dmesg.c')
-rw-r--r-- | dmesg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
27 | static inline _syscall3(int, klogctl, int, type, char *, b, int, len); | 27 | static inline _syscall3(int, klogctl, int, type, char *, b, int, len); |
28 | #else /* __alpha__ */ | 28 | #else /* __alpha__ */ |
29 | #define klogctl syslog | 29 | #define klogctl syslog |