diff options
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -134,13 +134,11 @@ extern int get_kernel_revision(void) #if defined BB_FREE || defined BB_INIT || defined BB_UNAME || defined BB_UPTIME #include <sys/syscall.h> -#include <linux/unistd.h> _syscall1(int, sysinfo, struct sysinfo *, info); #endif /* BB_INIT */ #if defined BB_MOUNT || defined BB_UMOUNT #include <sys/syscall.h> -#include <linux/unistd.h> #ifndef __NR_umount2 #define __NR_umount2 52 |