diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-10 20:08:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-10 20:08:44 +0000 |
commit | 9b2297a34e35be143155769a470331af2f2b9330 (patch) | |
tree | 9019a306ae6447fdb28db1843818c19cdbe2f2b9 /utility.c | |
parent | a0053735dc102e8f876005627bc09be2446e48c0 (diff) | |
download | busybox-w32-9b2297a34e35be143155769a470331af2f2b9330.tar.gz busybox-w32-9b2297a34e35be143155769a470331af2f2b9330.tar.bz2 busybox-w32-9b2297a34e35be143155769a470331af2f2b9330.zip |
Remove yet more kernel header dependancies.
-Erik
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) | |||
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> | 136 | #include <sys/syscall.h> |
137 | #include <linux/unistd.h> | ||
138 | _syscall1(int, sysinfo, struct sysinfo *, info); | 137 | _syscall1(int, sysinfo, struct sysinfo *, info); |
139 | #endif /* BB_INIT */ | 138 | #endif /* BB_INIT */ |
140 | 139 | ||
141 | #if defined BB_MOUNT || defined BB_UMOUNT | 140 | #if defined BB_MOUNT || defined BB_UMOUNT |
142 | #include <sys/syscall.h> | 141 | #include <sys/syscall.h> |
143 | #include <linux/unistd.h> | ||
144 | 142 | ||
145 | #ifndef __NR_umount2 | 143 | #ifndef __NR_umount2 |
146 | #define __NR_umount2 52 | 144 | #define __NR_umount2 52 |