diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-10-04 18:34:31 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-10-04 18:34:31 +0000 |
commit | 09bb9ffe047b82c4b29ba323d9d7cb93f378becb (patch) | |
tree | b9e337e337d4b6540b1b97e85568bb4af878f874 /etc/etc.hp300 | |
parent | 785a087b4a38031d9f2943349eade9aac33aeaef (diff) |
regen
Diffstat (limited to 'etc/etc.hp300')
-rw-r--r-- | etc/etc.hp300/MAKEDEV | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.hp300/MAKEDEV b/etc/etc.hp300/MAKEDEV index e6a3e863e8a..c10a05dcdb4 100644 --- a/etc/etc.hp300/MAKEDEV +++ b/etc/etc.hp300/MAKEDEV @@ -5,7 +5,7 @@ # # OpenBSD: etc.hp300/MAKEDEV.md,v 1.24 2005/08/01 22:22:13 deraadt Exp # OpenBSD: MAKEDEV.common,v 1.20 2005/08/01 22:22:12 deraadt Exp -# OpenBSD: MAKEDEV.mi,v 1.75 2005/10/04 18:11:10 otto Exp +# OpenBSD: MAKEDEV.mi,v 1.76 2005/10/04 18:33:52 otto Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # # @@ -140,7 +140,7 @@ dodisk() [ 0$7 -ne 8 ] && l="i j k l m n o p" for d in a b c d e f g h $l do - M $1$2$d b $3 $(($n+$count)) 640 operaror + M $1$2$d b $3 $(($n+$count)) 640 operator M r$1$2$d c $4 $(($n+$count)) 640 operator let count=count+1 done |