aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-11 17:52:22 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-11 17:52:22 +0000
commitb02c7c34261e5980f8b63f4c56e66cad6e733997 (patch)
tree1b1ebb3e0da7174a0514440316c6c667047893b7 /utility.c
parent07f64652d9c93f579f536d9bf43a6548b1a8b791 (diff)
downloadbusybox-w32-b02c7c34261e5980f8b63f4c56e66cad6e733997.tar.gz
busybox-w32-b02c7c34261e5980f8b63f4c56e66cad6e733997.tar.bz2
busybox-w32-b02c7c34261e5980f8b63f4c56e66cad6e733997.zip
Forgot to commit these cleanups it seems.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@819 69ca8d6d-28ef-0310-b511-8ec308f3f277
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