aboutsummaryrefslogtreecommitdiff
path: root/util-linux/swaponoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/swaponoff.c')
-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 9bb70a1f5..c693cf9b5 100644
--- a/util-linux/swaponoff.c
+++ b/util-linux/swaponoff.c
@@ -15,7 +15,7 @@
15#include <sys/swap.h> 15#include <sys/swap.h>
16 16
17 17
18static int swap_enable_disable(const char *device) 18static int swap_enable_disable(char *device)
19{ 19{
20 int status; 20 int status;
21 struct stat st; 21 struct stat st;