From e33c359dcbac4cc48ee4e9facde3bd02ae29905c Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Thu, 15 Jun 1995 22:10:27 +0000 Subject: * array-rom.c: Remove, no longer used. * remote-hms.c (hms_open): Make static. * mpw-config.in (MacSerial.h): Copy from version in {CIncludes}, not {MPW}Interfaces:CIncludes. * ser-mac.c (mac_baud_rate_table): Fix value for 38400 baud. --- gdb/remote-hms.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gdb/remote-hms.c') diff --git a/gdb/remote-hms.c b/gdb/remote-hms.c index 216e35e..5ec9fef 100644 --- a/gdb/remote-hms.c +++ b/gdb/remote-hms.c @@ -139,7 +139,7 @@ static struct monitor_ops hms_cmds = MONITOR_OPS_MAGIC /* magic */ }; -void +static void hms_open (args, from_tty) char *args; int from_tty; @@ -147,8 +147,8 @@ hms_open (args, from_tty) monitor_open (args, &hms_cmds, from_tty); } - int write_dos_tick_delay; + void _initialize_remote_hms () { @@ -165,7 +165,6 @@ Specify the serial device it is connected to (e.g. /dev/ttya)."; } - #if 0 /* This is kept here because we used to support the H8/500 in this module, and I haven't done the H8/500 yet */ -- cgit v1.1