Fix warnings here.
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c
index 733bb43..0df5ddb 100644
--- a/vtysh/vtysh.c
+++ b/vtysh/vtysh.c
@@ -1697,7 +1697,8 @@
 
 /* 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;