Index: gdb/ChangeLog
[deliverable/binutils-gdb.git] / gdb / inflow.c
index 2961a3928e1d76bd910142efea75de9803b10af1..b88e3038b136a1edef6e4f20f5d13d5d7d013fcc 100644 (file)
@@ -94,7 +94,7 @@ static void (*sigquit_ours) ();
 /* The name of the tty (from the `tty' command) that we gave to the inferior
    when it was last started.  */
 
-static char *inferior_thisrun_terminal;
+static const char *inferior_thisrun_terminal;
 
 /* Nonzero if our terminal settings are in effect.  Zero if the
    inferior's settings are in effect.  Ignored if !gdb_has_a_terminal
@@ -509,7 +509,7 @@ child_terminal_info (char *args, int from_tty)
    the terminal specified in the NEW_TTY_PREFORK call.  */
 
 void
-new_tty_prefork (char *ttyname)
+new_tty_prefork (const char *ttyname)
 {
   /* Save the name for later, for determining whether we and the child
      are sharing a tty.  */
This page took 0.026786 seconds and 4 git commands to generate.