aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-11 17:52:22 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-11 17:52:22 +0000
commitbe909b1cd5a41c47e5c3a720a53651a81e158c68 (patch)
tree1b1ebb3e0da7174a0514440316c6c667047893b7 /utility.c
parentd006c9e6307c654f5a9110d37994d4ff3ddcd6a1 (diff)
downloadbusybox-w32-be909b1cd5a41c47e5c3a720a53651a81e158c68.tar.gz
busybox-w32-be909b1cd5a41c47e5c3a720a53651a81e158c68.tar.bz2
busybox-w32-be909b1cd5a41c47e5c3a720a53651a81e158c68.zip
Forgot to commit these cleanups it seems.
-Erik
Diffstat (limited to '')
-rw-r--r--utility.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/utility.c b/utility.c
index cbbc02f98..0f78f287f 100644
--- a/utility.c
+++ b/utility.c
@@ -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