diff options
author | Rob Landley <rob@landley.net> | 2006-09-12 21:42:17 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-09-12 21:42:17 +0000 |
commit | 20cc6d567f8cc21405ab05ca62a6955a5b1277b5 (patch) | |
tree | d8f7b3cd70149f3e0e291cc10a14c06917d34cb5 /util-linux/swaponoff.c | |
parent | 1b2b5cfba81aab3e56d374ee3dcee97cde4bcb4e (diff) | |
download | busybox-w32-20cc6d567f8cc21405ab05ca62a6955a5b1277b5.tar.gz busybox-w32-20cc6d567f8cc21405ab05ca62a6955a5b1277b5.tar.bz2 busybox-w32-20cc6d567f8cc21405ab05ca62a6955a5b1277b5.zip |
Remove pointless "const". Bloatcheck says 0 bytes difference.
Diffstat (limited to 'util-linux/swaponoff.c')
-rw-r--r-- | util-linux/swaponoff.c | 2 |
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 | ||
18 | static int swap_enable_disable(const char *device) | 18 | static int swap_enable_disable(char *device) |
19 | { | 19 | { |
20 | int status; | 20 | int status; |
21 | struct stat st; | 21 | struct stat st; |