From 5862ff529effd26414827a6692c1e841ebb189a0 Mon Sep 17 00:00:00 2001 From: hasso Date: Mon, 11 Oct 2004 13:20:40 +0000 Subject: Fix warnings here. --- vtysh/vtysh.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vtysh/vtysh.c') 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; -- cgit v1.2.1