diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-06-15 22:10:27 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-06-15 22:10:27 +0000 |
commit | e33c359dcbac4cc48ee4e9facde3bd02ae29905c (patch) | |
tree | 09505dd23288664ef889f1aacb9b4500ec5c8d51 /gdb/ser-mac.c | |
parent | e0151f38e1579b8f043603060c2ff0f84846652c (diff) | |
download | gdb-e33c359dcbac4cc48ee4e9facde3bd02ae29905c.zip gdb-e33c359dcbac4cc48ee4e9facde3bd02ae29905c.tar.gz gdb-e33c359dcbac4cc48ee4e9facde3bd02ae29905c.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ser-mac.c')
-rw-r--r-- | gdb/ser-mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ser-mac.c b/gdb/ser-mac.c index 250375a..28f8591 100644 --- a/gdb/ser-mac.c +++ b/gdb/ser-mac.c @@ -248,7 +248,7 @@ static struct { int bits; } mac_baud_rate_table[] = { { 57600, baud57600 }, - { 38400, 2 /* ??? */ }, + { 38400, 1 }, { 19200, baud19200 }, { 9600, baud9600 }, { 7200, baud7200 }, |