summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1997-12-16 17:40:42 +0000
committereivind <eivind@FreeBSD.org>1997-12-16 17:40:42 +0000
commit01dd6091edaa3e5d6ce972956bdaff5e8575d53f (patch)
tree30d706917922e49d5308c417216bcc9b328c78d3 /sys/kern/tty.c
parent4c20d2d2104257c955ec51a0f42f26e99f41cac5 (diff)
downloadFreeBSD-src-01dd6091edaa3e5d6ce972956bdaff5e8575d53f.zip
FreeBSD-src-01dd6091edaa3e5d6ce972956bdaff5e8575d53f.tar.gz
Make COMPAT_43 and COMPAT_SUNOS new-style options.
Diffstat (limited to 'sys/kern/tty.c')
-rw-r--r--sys/kern/tty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c
index 3a58b87..bac398b 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.98 1997/11/07 08:53:01 phk Exp $
+ * $Id: tty.c,v 1.99 1997/12/06 13:23:52 bde Exp $
*/
/*-
@@ -68,6 +68,7 @@
*/
#include "snp.h"
+#include "opt_compat.h"
#include "opt_uconsole.h"
#include <sys/param.h>
OpenPOWER on IntegriCloud