diff options
Diffstat (limited to 'swaponoff.c')
-rw-r--r-- | swaponoff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swaponoff.c b/swaponoff.c index 9deb13a28..55022ae3b 100644 --- a/swaponoff.c +++ b/swaponoff.c | |||
@@ -33,8 +33,8 @@ | |||
33 | #include <linux/unistd.h> | 33 | #include <linux/unistd.h> |
34 | #include "busybox.h" | 34 | #include "busybox.h" |
35 | 35 | ||
36 | _syscall2(int, swapon, const char *, path, int, flags); | 36 | static _syscall2(int, swapon, const char *, path, int, flags); |
37 | _syscall1(int, swapoff, const char *, path); | 37 | static _syscall1(int, swapoff, const char *, path); |
38 | 38 | ||
39 | 39 | ||
40 | static int whichApp; | 40 | static int whichApp; |