Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.sparc pty{0, 1} created more than once for "floppy" t...



details:   https://anonhg.NetBSD.org/src/rev/163fd4e83f7a
branches:  trunk
changeset: 495423:163fd4e83f7a
user:      mason <mason%NetBSD.org@localhost>
date:      Thu Jul 27 19:16:09 2000 +0000

description:
pty{0,1} created more than once for "floppy" target. Corrected.

diffstat:

 etc/etc.sparc/MAKEDEV |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 46398bbc0643 -r 163fd4e83f7a etc/etc.sparc/MAKEDEV
--- a/etc/etc.sparc/MAKEDEV     Thu Jul 27 19:09:57 2000 +0000
+++ b/etc/etc.sparc/MAKEDEV     Thu Jul 27 19:16:09 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.55 2000/07/27 18:43:32 mason Exp $
+#      $NetBSD: MAKEDEV,v 1.56 2000/07/27 19:16:09 mason Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -105,7 +105,7 @@
 floppy)
        sh -$- $0 std ttya ttyb ttyc ttyd pty0
        sh -$- $0 sd0 sd1 sd2 sd3 sd4 sd5 md0
-       sh -$- $0 cd0 cd1 st0 st1 fd0 pty0
+       sh -$- $0 cd0 cd1 st0 st1 fd0
        ;;
 
 ramdisk)



Home | Main Index | Thread Index | Old Index