Patch from Jeff Garzik marking a few 'getopt not needed' apps.
[oweals/busybox.git] / swaponoff.c
index 9deb13a2828c3947f48cae9dc2d638709b7beaa5..55022ae3b2272d656dd883b55de107f8c097cae9 100644 (file)
@@ -33,8 +33,8 @@
 #include <linux/unistd.h>
 #include "busybox.h"
 
-_syscall2(int, swapon, const char *, path, int, flags);
-_syscall1(int, swapoff, const char *, path);
+static _syscall2(int, swapon, const char *, path, int, flags);
+static _syscall1(int, swapoff, const char *, path);
 
 
 static int whichApp;