Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.hp700 fix bug in pty target (pasto from some other p...



details:   https://anonhg.NetBSD.org/src/rev/8f07420146e3
branches:  trunk
changeset: 553905:8f07420146e3
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Wed Oct 22 20:22:26 2003 +0000

description:
fix bug in pty target (pasto from some other port)

diffstat:

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

diffs (20 lines):

diff -r df4364494721 -r 8f07420146e3 etc/etc.hp700/MAKEDEV
--- a/etc/etc.hp700/MAKEDEV     Wed Oct 22 20:15:20 2003 +0000
+++ b/etc/etc.hp700/MAKEDEV     Wed Oct 22 20:22:26 2003 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.18 2003/10/10 22:47:11 jdolecek Exp $
+#      $NetBSD: MAKEDEV,v 1.19 2003/10/22 20:22:26 jdolecek Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -144,7 +144,7 @@
        ;;
 
 pty*)
-       class=${i#pty}
+       class=${arg#pty}
        set -- p q r s t u v w x y z P Q R S T
        if [ "$class" -ge $# ]; then
                echo "$MAKEDEV: $i: pty unit must be between 0 and 15"



Home | Main Index | Thread Index | Old Index