Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c
[oweals/busybox.git] / dmesg.c
diff --git a/dmesg.c b/dmesg.c
index e88f549cafcc82eacbd171e1043374922d1a3092..df2bce7133b6afb76ed25940560c7cfce63b7f2d 100644 (file)
--- a/dmesg.c
+++ b/dmesg.c
@@ -23,7 +23,6 @@
 
 #ifndef __alpha__
 # define __NR_klogctl __NR_syslog
-#include <linux/unistd.h>
 static inline _syscall3(int, klogctl, int, type, char *, b, int, len);
 #else                                                  /* __alpha__ */
 #define klogctl syslog