From 20cc6d567f8cc21405ab05ca62a6955a5b1277b5 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 12 Sep 2006 21:42:17 +0000 Subject: Remove pointless "const". Bloatcheck says 0 bytes difference. --- util-linux/swaponoff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux') diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c index 9bb70a1..c693cf9 100644 --- a/util-linux/swaponoff.c +++ b/util-linux/swaponoff.c @@ -15,7 +15,7 @@ #include -static int swap_enable_disable(const char *device) +static int swap_enable_disable(char *device) { int status; struct stat st; -- cgit v1.1