summaryrefslogtreecommitdiff
path: root/vtysh/vtysh.c
diff options
context:
space:
mode:
authorhasso <hasso>2004-10-11 13:20:40 +0000
committerhasso <hasso>2004-10-11 13:20:40 +0000
commit5862ff529effd26414827a6692c1e841ebb189a0 (patch)
tree01ea1296de8aa787e00c199cdc054e76c895ecf3 /vtysh/vtysh.c
parentf90a5f6f1a6c1c1a4199a87a6202fe3edc9f7520 (diff)
Fix warnings here.
Diffstat (limited to 'vtysh/vtysh.c')
-rw-r--r--vtysh/vtysh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c
index 733bb437..0df5ddbb 100644
--- a/vtysh/vtysh.c
+++ b/vtysh/vtysh.c
@@ -1697,7 +1697,8 @@ DEFUN (vtysh_show_running_daemons,
/* Execute command in child process. */
int
-execute_command (const char *command, int argc, char *arg1, char *arg2)
+execute_command (const char *command, int argc, const char *arg1,
+ const char *arg2)
{
int ret;
pid_t pid;