aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/tty_tty.c
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-01-24 02:54:56 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-01-24 02:54:56 +0000
commit7b778b5e61910c0f18361e6f5e17ab0b6c5480f3 (patch)
tree37324a07db4c415fcf6b7459dc8073aeb9355ca9 /sys/kern/tty_tty.c
parent7f4ba7135504dcc12d161978438219a68976f07c (diff)
downloadsrc-7b778b5e61910c0f18361e6f5e17ab0b6c5480f3.tar.gz
src-7b778b5e61910c0f18361e6f5e17ab0b6c5480f3.zip
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
This introduce an xxxFS_BOOT for each of the rootable filesystems. (Presently not required, but encouraged to allow a smooth move of option *FS to opt_dontuse.h later.) LFS is temporarily disabled, and will be re-enabled tomorrow.
Notes
Notes: svn path=/head/; revision=32726
Diffstat (limited to 'sys/kern/tty_tty.c')
-rw-r--r--sys/kern/tty_tty.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/kern/tty_tty.c b/sys/kern/tty_tty.c
index b4791ff2028e..080ecac7282a 100644
--- a/sys/kern/tty_tty.c
+++ b/sys/kern/tty_tty.c
@@ -31,12 +31,15 @@
* SUCH DAMAGE.
*
* @(#)tty_tty.c 8.2 (Berkeley) 9/23/93
- * $Id: tty_tty.c,v 1.20 1997/11/18 12:59:09 bde Exp $
+ * $Id: tty_tty.c,v 1.21 1997/12/05 19:55:39 bde Exp $
*/
/*
* Indirect driver for controlling tty.
*/
+
+#include "opt_devfs.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>