Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/libexec/uucp/libunix Let "cu" connect at 230400 bps, if ...
details: https://anonhg.NetBSD.org/src/rev/248ebf3a3e7e
branches: trunk
changeset: 558255:248ebf3a3e7e
user: fredb <fredb%NetBSD.org@localhost>
date: Tue Feb 03 14:22:26 2004 +0000
description:
Let "cu" connect at 230400 bps, if the port supports it.
diffstat:
gnu/libexec/uucp/libunix/serial.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r f925e3be152d -r 248ebf3a3e7e gnu/libexec/uucp/libunix/serial.c
--- a/gnu/libexec/uucp/libunix/serial.c Tue Feb 03 08:02:41 2004 +0000
+++ b/gnu/libexec/uucp/libunix/serial.c Tue Feb 03 14:22:26 2004 +0000
@@ -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"
@@ -920,6 +920,9 @@
#ifdef B115200
{ B115200, 115200 },
#endif
+#ifdef B230400
+ { B230400, 230400 },
+#endif
{ B0, 0 }
};
Home |
Main Index |
Thread Index |
Old Index