summaryrefslogtreecommitdiff
path: root/sys/kern/tty_tty.c
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1995-11-29 14:41:20 +0000
committerJulian Elischer <julian@FreeBSD.org>1995-11-29 14:41:20 +0000
commit7198bf4725543c8dfcb79b0e7cf38d97e5a6aa80 (patch)
tree82e0b24f955f894892cc1c396f300233c0d0607a /sys/kern/tty_tty.c
parentadb2dc299a21c0774a0d0fd9b914b59f2e332504 (diff)
Notes
Diffstat (limited to 'sys/kern/tty_tty.c')
-rw-r--r--sys/kern/tty_tty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty_tty.c b/sys/kern/tty_tty.c
index d0a0c8c233b4..a970e037931b 100644
--- a/sys/kern/tty_tty.c
+++ b/sys/kern/tty_tty.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tty_tty.c 8.2 (Berkeley) 9/23/93
- * $Id: tty_tty.c,v 1.5 1995/05/30 08:06:19 rgrimes Exp $
+ * $Id: tty_tty.c,v 1.6 1995/11/29 10:48:30 julian Exp $
*/
/*
@@ -186,8 +186,8 @@ static void ctty_drvinit(void *unused)
/* path name devsw minor type uid gid perm*/
"/", "tty", major(dev), 0, DV_CHR, 0, 0, 0600);
}
- }
#endif
+ }
}
SYSINIT(cttydev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,ctty_drvinit,NULL)