summaryrefslogtreecommitdiff
path: root/etc/etc.vax/MAKEDEV
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.vax/MAKEDEV')
-rw-r--r--etc/etc.vax/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.vax/MAKEDEV b/etc/etc.vax/MAKEDEV
index 0a2a64c0612..dc9c23a7419 100644
--- a/etc/etc.vax/MAKEDEV
+++ b/etc/etc.vax/MAKEDEV
@@ -4,7 +4,7 @@
# generated from:
#
# OpenBSD: etc.vax/MAKEDEV.md,v 1.35 2008/09/24 17:38:04 todd Exp
-# OpenBSD: MAKEDEV.common,v 1.39 2008/07/14 16:22:23 miod Exp
+# OpenBSD: MAKEDEV.common,v 1.40 2008/10/10 20:15:23 deraadt Exp
# OpenBSD: MAKEDEV.mi,v 1.78 2008/06/14 23:09:05 todd Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
@@ -300,7 +300,7 @@ ss*)
*random)
n=0
- for pre in " " s u p a
+ for pre in " " s u a
do
M ${pre}random c 67 $n 644
n=$(($n+1))