summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_compat.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-08-02 14:33:27 +0000
committerbde <bde@FreeBSD.org>1997-08-02 14:33:27 +0000
commit9195bd1ec7d7d8d8239de6a1eb75124aa8307f1f (patch)
tree9c6abeea2159a31b9e536051714351e3abfe9989 /sys/kern/tty_compat.c
parentb6f496a4ab1dbf77dccbdc672e9d9cd294a36b99 (diff)
downloadFreeBSD-src-9195bd1ec7d7d8d8239de6a1eb75124aa8307f1f.zip
FreeBSD-src-9195bd1ec7d7d8d8239de6a1eb75124aa8307f1f.tar.gz
Removed unused #includes.
Diffstat (limited to 'sys/kern/tty_compat.c')
-rw-r--r--sys/kern/tty_compat.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/kern/tty_compat.c b/sys/kern/tty_compat.c
index ed58c6a..71959cd 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: tty_compat.c,v 1.21 1997/02/22 09:39:24 peter Exp $
+ * $Id: tty_compat.c,v 1.22 1997/03/24 12:03:03 bde Exp $
*/
/*
@@ -42,14 +42,9 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/ioctl_compat.h>
-#include <sys/proc.h>
#include <sys/tty.h>
-#include <sys/termios.h>
-#include <sys/file.h>
-#include <sys/conf.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>
-#include <sys/syslog.h>
static int ttcompatgetflags __P((struct tty *tp));
static void ttcompatsetflags __P((struct tty *tp, struct termios *t));
OpenPOWER on IntegriCloud