From a9596cd98aa07c137ed362c7d92df64213b4fa04 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Tue, 3 Jun 2003 20:54:43 +0000 Subject: Snap const char * mess. --- gdb/serial.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/serial.c') diff --git a/gdb/serial.c b/gdb/serial.c index ada5631..c889ba7 100644 --- a/gdb/serial.c +++ b/gdb/serial.c @@ -652,14 +652,14 @@ static struct cmd_list_element *serial_set_cmdlist; static struct cmd_list_element *serial_show_cmdlist; static void -serial_set_cmd (char *args, int from_tty) +serial_set_cmd (const char *args, int from_tty) { printf_unfiltered ("\"set serial\" must be followed by the name of a command.\n"); help_list (serial_set_cmdlist, "set serial ", -1, gdb_stdout); } static void -serial_show_cmd (char *args, int from_tty) +serial_show_cmd (const char *args, int from_tty) { cmd_show_list (serial_show_cmdlist, from_tty, ""); } -- cgit v1.1