Remove pointless "const". Bloatcheck says 0 bytes difference.

This commit is contained in:
Rob Landley
2006-09-12 21:42:17 +00:00
parent 1b2b5cfba8
commit 20cc6d567f
6 changed files with 9 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
#include <sys/swap.h>
static int swap_enable_disable(const char *device)
static int swap_enable_disable(char *device)
{
int status;
struct stat st;