summaryrefslogtreecommitdiff
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-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.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)
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