aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-02-08 12:36:34 +0000
committersin <sin@2f30.org>2014-02-08 12:36:34 +0000
commit74f1fb86c974ad805614f8d96388c2df7911eb55 (patch)
treeee9b200683dbb5fb14fdab4c37da354f3dab4f1e /config.def.h
parent948ceeb6750119251fa81baa662d109eb1206247 (diff)
Remove Arg - it is a leftover from when we had the FIFO code
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index 75b2329..c689987 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,5 +1,5 @@
/* See LICENSE file for copyright and license details. */
-static const char *rcinitcmd[] = { "/bin/rc.init", NULL };
-static const char *rcrebootcmd[] = { "/bin/rc.shutdown", "reboot", NULL };
-static const char *rcpoweroffcmd[] = { "/bin/rc.shutdown", "poweroff", NULL };
+static char *const rcinitcmd[] = { "/bin/rc.init", NULL };
+static char *const rcrebootcmd[] = { "/bin/rc.shutdown", "reboot", NULL };
+static char *const rcpoweroffcmd[] = { "/bin/rc.shutdown", "poweroff", NULL };