diff options
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -133,12 +133,10 @@ extern int get_kernel_revision(void) | |||
133 | 133 | ||
134 | 134 | ||
135 | #if defined BB_FREE || defined BB_INIT || defined BB_UNAME || defined BB_UPTIME | 135 | #if defined BB_FREE || defined BB_INIT || defined BB_UNAME || defined BB_UPTIME |
136 | #include <sys/syscall.h> | ||
137 | _syscall1(int, sysinfo, struct sysinfo *, info); | 136 | _syscall1(int, sysinfo, struct sysinfo *, info); |
138 | #endif /* BB_INIT */ | 137 | #endif /* BB_INIT */ |
139 | 138 | ||
140 | #if defined BB_MOUNT || defined BB_UMOUNT | 139 | #if defined BB_MOUNT || defined BB_UMOUNT |
141 | #include <sys/syscall.h> | ||
142 | 140 | ||
143 | #ifndef __NR_umount2 | 141 | #ifndef __NR_umount2 |
144 | #define __NR_umount2 52 | 142 | #define __NR_umount2 52 |