aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
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 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