* 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.
This commit is contained in:
Stan Shebs 1995-06-15 22:10:27 +00:00
parent e0151f38e1
commit e33c359dcb
5 changed files with 19 additions and 133 deletions

View file

@ -248,7 +248,7 @@ static struct {
int bits;
} mac_baud_rate_table[] = {
{ 57600, baud57600 },
{ 38400, 2 /* ??? */ },
{ 38400, 1 },
{ 19200, baud19200 },
{ 9600, baud9600 },
{ 7200, baud7200 },