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().
static void
get_baudrate_right()
{
+#if 0
while (!is_baudrate_right())
{
baudrate = serial_nextbaudrate(baudrate);
QUIT;
serial_setbaudrate(baudrate);
}
+#endif
}
static void
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;
}
-
-