Let "cu" connect at 230400 bps, if the port supports it.

This commit is contained in:
fredb 2004-02-03 14:22:26 +00:00
parent 0541807809
commit cc03b614c7

View File

@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
const char serial_rcsid[] = "$Id: serial.c,v 1.6 2001/05/03 20:43:16 is Exp $";
const char serial_rcsid[] = "$Id: serial.c,v 1.7 2004/02/03 14:22:26 fredb Exp $";
#endif
#include "uudefs.h"
@ -919,6 +919,9 @@ static struct sbaud_table
#endif
#ifdef B115200
{ B115200, 115200 },
#endif
#ifdef B230400
{ B230400, 230400 },
#endif
{ B0, 0 }
};