aboutsummaryrefslogtreecommitdiff
path: root/gdb/callback.c
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1995-09-29 09:22:29 +0000
committerSteve Chamberlain <sac@cygnus>1995-09-29 09:22:29 +0000
commitd950d9869d03ead1c94ad7f66473eff86b89a5e7 (patch)
tree27ea887c7610dc5c325ce2dcdcdeb6aa9f3eb21a /gdb/callback.c
parent98fec350e99bff4d03e137c43100e90ed9b1f55e (diff)
downloadgdb-d950d9869d03ead1c94ad7f66473eff86b89a5e7.zip
gdb-d950d9869d03ead1c94ad7f66473eff86b89a5e7.tar.gz
gdb-d950d9869d03ead1c94ad7f66473eff86b89a5e7.tar.bz2
Fri Sep 29 02:10:05 1995 steve chamberlain <sac@slash.cygnus.com>
* Makefile.in (remote-rdp.o): Doesn't need remote-rdp.h * callback.c (os_printf_filtered): fix protos. * defs.h (puts_filtered, puts_unfiltered [v|f|]printf_[un]filtered): Make format arg const. * remote-rdp.c (rdp_init): Attept to sync at different baudrates. * utils.c (puts_filtered, puts_unfiltered [v|f|]printf_[un]filtered): Define prototypes with const in the right place.
Diffstat (limited to 'gdb/callback.c')
-rw-r--r--gdb/callback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/callback.c b/gdb/callback.c
index 60aa0a6..b878f77 100644
--- a/gdb/callback.c
+++ b/gdb/callback.c
@@ -268,7 +268,7 @@ host_callback *p;
/* VARARGS */
void
#ifdef ANSI_PROTOTYPES
-os_printf_filtered (host_callback *p, char *format, ...)
+os_printf_filtered (host_callback *p, const char *format, ...)
#else
os_printf_filtered (p, va_alist)
host_callback *p;