diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-12 21:42:17 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-12 21:42:17 +0000 |
commit | 61680ced25e3ffe351d4a05a05387b09d5602c11 (patch) | |
tree | d8f7b3cd70149f3e0e291cc10a14c06917d34cb5 /util-linux/swaponoff.c | |
parent | f4440f180acd67f8e91728872a83aec6d7b0435f (diff) | |
download | busybox-w32-61680ced25e3ffe351d4a05a05387b09d5602c11.tar.gz busybox-w32-61680ced25e3ffe351d4a05a05387b09d5602c11.tar.bz2 busybox-w32-61680ced25e3ffe351d4a05a05387b09d5602c11.zip |
Remove pointless "const". Bloatcheck says 0 bytes difference.
git-svn-id: svn://busybox.net/trunk/busybox@16110 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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; |