aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-10 20:08:44 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-10 20:08:44 +0000
commit9b2297a34e35be143155769a470331af2f2b9330 (patch)
tree9019a306ae6447fdb28db1843818c19cdbe2f2b9 /utility.c
parenta0053735dc102e8f876005627bc09be2446e48c0 (diff)
downloadbusybox-9b2297a34e35be143155769a470331af2f2b9330.tar.gz
Remove yet more kernel header dependancies.
-Erik
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/utility.c b/utility.c
index 97e0366ad..b4e0434d9 100644
--- a/utility.c
+++ b/utility.c
@@ -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