diff options
Diffstat (limited to 'swaponoff.c')
-rw-r--r-- | swaponoff.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/swaponoff.c b/swaponoff.c index bb8395f..b43f3cd 100644 --- a/swaponoff.c +++ b/swaponoff.c @@ -28,7 +28,6 @@ #include <mntent.h> #include <dirent.h> #include <errno.h> -#include <sys/syscall.h> _syscall2(int, swapon, const char *, path, int, flags); _syscall1(int, swapoff, const char *, path); |