summaryrefslogtreecommitdiff
path: root/sys/kern/tty_conf.c
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-09-02 08:48:33 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-09-02 08:48:33 +0000
commitf18b04e0d02567bc54ff9df7084ea640b0ccea7b (patch)
tree332569359cd2c67e8aa1d12177aee89ced041b2d /sys/kern/tty_conf.c
parentbc0cd355b130b75348cb904ff228c5a21c522a25 (diff)
COMPAT_BSDOS exec and compat changes.
Diffstat (limited to 'sys/kern/tty_conf.c')
-rw-r--r--sys/kern/tty_conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty_conf.c b/sys/kern/tty_conf.c
index caefca767ac..2945d3d8033 100644
--- a/sys/kern/tty_conf.c
+++ b/sys/kern/tty_conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tty_conf.c,v 1.4 1997/04/04 01:46:03 deraadt Exp $ */
+/* $OpenBSD: tty_conf.c,v 1.5 1997/09/02 08:48:32 downsj Exp $ */
/* $NetBSD: tty_conf.c,v 1.18 1996/05/19 17:17:55 jonathan Exp $ */
/*-
@@ -107,7 +107,7 @@ struct linesw linesw[] =
{ ttynodisc, ttyerrclose, ttyerrio, ttyerrio, nullioctl,
ttyerrinput, ttyerrstart, nullmodem }, /* 1- defunct */
-#if defined(COMPAT_43) || defined(COMPAT_FREEBSD)
+#if defined(COMPAT_43) || defined(COMPAT_FREEBSD) || defined(COMPAT_BSDOS)
{ ttyopen, ttylclose, ttread, ttwrite, nullioctl,
ttyinput, ttstart, ttymodem }, /* 2- old NTTYDISC */
#else