diff options
Diffstat (limited to 'etc')
-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 5d3b5765df8..62287688136 100644 --- a/etc/etc.hp300/MAKEDEV +++ b/etc/etc.hp300/MAKEDEV @@ -3,7 +3,7 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.hp300/MAKEDEV.md,v 1.11 2002/12/05 04:30:21 kjc Exp +# OpenBSD: etc.hp300/MAKEDEV.md,v 1.12 2002/12/25 20:20:20 miod Exp # OpenBSD: MAKEDEV.mi,v 1.53 2002/12/05 04:30:21 kjc Exp # OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp # @@ -365,7 +365,7 @@ ct*|mt*|st*) case $i in ct*) name=ct blk=0 chr=7;; mt*) name=mt blk=1 chr=16;; - st*) name=st blk=6 chr=20;; + st*) name=st blk=7 chr=20;; esac case $U in [0-7]) |