* remote-hms.c: Disable all uses of serial_nextbaudrate and
serial_default_name().
This commit is contained in:
parent
5a6242dddd
commit
3ec5a74b0d
2 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
Mon Oct 19 15:09:57 1992 Stu Grossman (grossman at cygnus.com)
|
||||
|
||||
* remote-hms.c: Disable all uses of serial_nextbaudrate and
|
||||
serial_default_name().
|
||||
|
||||
* remote-hms.c, ser-go32.c, serial.h: Change from
|
||||
serial_timedreadchar() to new serial_readchar().
|
||||
|
||||
|
|
|
@ -564,6 +564,7 @@ set_rate()
|
|||
static void
|
||||
get_baudrate_right()
|
||||
{
|
||||
#if 0
|
||||
while (!is_baudrate_right())
|
||||
{
|
||||
baudrate = serial_nextbaudrate(baudrate);
|
||||
|
@ -575,6 +576,7 @@ get_baudrate_right()
|
|||
QUIT;
|
||||
serial_setbaudrate(baudrate);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -1398,7 +1400,8 @@ _initialize_remote_hms ()
|
|||
add_com ("speed", class_obscure, hms_speed,
|
||||
"Set the terminal line speed for HMS communications");
|
||||
|
||||
#if 0
|
||||
dev_name = serial_default_name();
|
||||
#endif
|
||||
dev_name = NULL;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue