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/kod-cisco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/kod-cisco.c') diff --git a/gdb/kod-cisco.c b/gdb/kod-cisco.c index de2b450..79a8224 100644 --- a/gdb/kod-cisco.c +++ b/gdb/kod-cisco.c @@ -106,7 +106,7 @@ bad_packet (void) querying the Cisco kernel: we ask for a dump of everything, and it returns it. */ void -cisco_kod_request (char *arg, int from_tty) +cisco_kod_request (const char *arg, int from_tty) { char buffer[PBUFSIZ], command[PBUFSIZ]; int done = 0, i; -- cgit v1.1