diff options
author | peter <peter@FreeBSD.org> | 1996-03-02 18:24:13 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-03-02 18:24:13 +0000 |
commit | 13a0014ac8b819d8ef37772cf97245df13450261 (patch) | |
tree | f72e01dc2540943cd4cda489aab412fe04a925aa /sys/kern/tty.c | |
parent | 234155271af9a91e4bb934325b4960c8eb788260 (diff) | |
download | FreeBSD-src-13a0014ac8b819d8ef37772cf97245df13450261.zip FreeBSD-src-13a0014ac8b819d8ef37772cf97245df13450261.tar.gz |
Add more options into the conf/options and i386/conf/options.i386 files
and the #include hooks so that 'make depend' is more useful. This
covers most of the options I regularly use (but not all) and some other
easy ones.
Diffstat (limited to 'sys/kern/tty.c')
-rw-r--r-- | sys/kern/tty.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c index 03998fb..7fe9e22 100644 --- a/sys/kern/tty.c +++ b/sys/kern/tty.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)tty.c 8.8 (Berkeley) 1/21/94 - * $Id: tty.c,v 1.77 1995/12/15 02:18:06 bde Exp $ + * $Id: tty.c,v 1.78 1995/12/16 21:45:02 bde Exp $ */ /*- @@ -68,6 +68,7 @@ */ #include "snp.h" +#include "opt_uconsole.h" #include <sys/param.h> #include <sys/systm.h> |