From be909b1cd5a41c47e5c3a720a53651a81e158c68 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 11 Jul 2000 17:52:22 +0000 Subject: Forgot to commit these cleanups it seems. -Erik --- util-linux/swaponoff.c | 1 - 1 file changed, 1 deletion(-) (limited to 'util-linux/swaponoff.c') diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c index bb8395f..b43f3cd 100644 --- a/util-linux/swaponoff.c +++ b/util-linux/swaponoff.c @@ -28,7 +28,6 @@ #include #include #include -#include _syscall2(int, swapon, const char *, path, int, flags); _syscall1(int, swapoff, const char *, path); -- cgit v1.1