dfbdb80403
Changes included in 1.8 are: Control-D now does something sensible in rfsv mput and mget now accept unix filename wildcards '*' and '?' annoying description of file property flags has been moved elsewhere - type '??' in rfsv to see their meaning 'defaults.h' has changed to support the S5 by default Compiles with gcc 2.95
11 lines
419 B
Text
11 lines
419 B
Text
$NetBSD: patch-aa,v 1.2 1999/12/06 02:19:25 sakamoto Exp $
|
|
|
|
--- ./defaults.h.orig Wed Nov 3 05:51:01 1999
|
|
+++ ./defaults.h Mon Dec 6 11:04:20 1999
|
|
@@ -20,5 +20,5 @@
|
|
// This is the default device driver for the serial link
|
|
// N.B. This was "/dev/cua1" in the previous release
|
|
-#define DEFAULT_SERIAL_DEVICE "/dev/ttyS1"
|
|
+#define DEFAULT_SERIAL_DEVICE "/dev/tty00"
|
|
|
|
// This is the default drive to use on the psion
|