summaryrefslogtreecommitdiff
path: root/etc/etc.i386/MAKEDEV
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-06-04 17:59:49 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-06-04 17:59:49 +0000
commit56bb9bcb7346c75d0aaac48bc447cd0f4ced71d4 (patch)
treebb0a0e9d396b4aef3c12bcee3e9972671de0e6b7 /etc/etc.i386/MAKEDEV
parent8a9e0d0a9b16d94ed894bae8e7c965d16b630a7d (diff)
/dev/io hasn't worked in years
Diffstat (limited to 'etc/etc.i386/MAKEDEV')
-rw-r--r--etc/etc.i386/MAKEDEV3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 170bf332b60..dc81223094d 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.95 2001/06/04 15:29:00 brad Exp $
+# $OpenBSD: MAKEDEV,v 1.96 2001/06/04 17:59:48 millert Exp $
# $NetBSD: MAKEDEV,v 1.40 1996/03/31 00:50:47 perry Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@@ -230,7 +230,6 @@ std)
mknod null c 2 2 ; chmod 666 null
mknod xf86 c 2 4 ; chmod 600 xf86 ; chown root xf86
mknod zero c 2 12 ; chmod 666 zero
- mknod io c 2 14 ; chmod 640 io ; chown root.kmem io
mknod tty c 1 0 ; chmod 666 tty
mknod klog c 7 0 ; chmod 600 klog
mknod stdin c 22 0 ; chmod 666 stdin