aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util-linux/swaponoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c
index 7e548a464..c29dd3071 100644
--- a/util-linux/swaponoff.c
+++ b/util-linux/swaponoff.c
@@ -92,7 +92,7 @@ enum {
92#define OPT_IFEXISTS (option_mask32 & OPT_e) 92#define OPT_IFEXISTS (option_mask32 & OPT_e)
93#define OPT_PRIO (option_mask32 & OPT_p) 93#define OPT_PRIO (option_mask32 & OPT_p)
94 94
95static int swap_enable_disable(const char *device) 95static int swap_enable_disable(char *device)
96{ 96{
97 int err = 0; 97 int err = 0;
98 int quiet = 0; 98 int quiet = 0;