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/inflow.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gdb/inflow.c') diff --git a/gdb/inflow.c b/gdb/inflow.c index 2a41f57..d91a5f4 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -49,7 +49,7 @@ extern void _initialize_inflow (void); static void pass_signal (int); -static void kill_command (char *, int); +static void kill_command (const char *, int); static void terminal_ours_1 (int); @@ -414,14 +414,14 @@ terminal_ours_1 (int output_only) /* ARGSUSED */ void -term_info (char *arg, int from_tty) +term_info (const char *arg, int from_tty) { target_terminal_info (arg, from_tty); } /* ARGSUSED */ void -child_terminal_info (char *args, int from_tty) +child_terminal_info (const char *args, int from_tty) { if (!gdb_has_a_terminal ()) { @@ -574,7 +574,7 @@ new_tty (void) /* ARGSUSED */ static void -kill_command (char *arg, int from_tty) +kill_command (const char *arg, int from_tty) { /* FIXME: This should not really be inferior_ptid (or target_has_execution). It should be a distinct flag that indicates that a target is active, cuz -- cgit v1.1