From 503ebb2c1de7f1710f8f9633feb60821f6aac552 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 14 May 2013 20:32:15 +0000 Subject: * go32-nat.c (go32_terminal_info): Make 'args' const. * inferior.h (child_terminal_info): Update. * inflow.c (child_terminal_info): Make 'args' const. * target.c (default_terminal_info): Make 'args' const. (debug_to_terminal_save_ours): Likewise. * target.h (struct target_ops) : Make argument const. --- gdb/inflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/inflow.c') diff --git a/gdb/inflow.c b/gdb/inflow.c index 5146b3a2a9b..79a99d1315a 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -563,7 +563,7 @@ term_info (char *arg, int from_tty) } void -child_terminal_info (char *args, int from_tty) +child_terminal_info (const char *args, int from_tty) { struct inferior *inf; struct terminal_info *tinfo; -- cgit v1.2.1