summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_compat.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-24 12:03:06 +0000
committerbde <bde@FreeBSD.org>1997-03-24 12:03:06 +0000
commit000a68175fce5c32b33f244fd256b37845f98d82 (patch)
tree863884b022c2754fcd0c9423d596a97f0ef57211 /sys/kern/tty_compat.c
parenta0d9474a34143dc9663d6ae183a89674c91bf90e (diff)
downloadFreeBSD-src-000a68175fce5c32b33f244fd256b37845f98d82.zip
FreeBSD-src-000a68175fce5c32b33f244fd256b37845f98d82.tar.gz
Don't include <sys/ioctl.h> in the kernel. Stage 5: include
<sys/ioctl_compat.h> and sometimes <sys/filio.h> instead of <sys/ioctl.h> in tty-related files. <sys/ttycom.h> is still usually imported bogusly via <sys/termios.h>.
Diffstat (limited to 'sys/kern/tty_compat.c')
-rw-r--r--sys/kern/tty_compat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty_compat.c b/sys/kern/tty_compat.c
index be1f27e..ed58c6a 100644
--- a/sys/kern/tty_compat.c
+++ b/sys/kern/tty_compat.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tty_compat.c 8.1 (Berkeley) 6/10/93
- * $Id$
+ * $Id: tty_compat.c,v 1.21 1997/02/22 09:39:24 peter Exp $
*/
/*
@@ -41,7 +41,7 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/ioctl.h>
+#include <sys/ioctl_compat.h>
#include <sys/proc.h>
#include <sys/tty.h>
#include <sys/termios.h>
OpenPOWER on IntegriCloud