summaryrefslogtreecommitdiff
path: root/sys/kern/tty_compat.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-08-02 14:33:27 +0000
committerBruce Evans <bde@FreeBSD.org>1997-08-02 14:33:27 +0000
commit1fd0b0588f11fe61e5329c403c3f82a3f4d26fab (patch)
treeb3a0547f4192cd5dfee8a6303191218b96c700e1 /sys/kern/tty_compat.c
parentbbd5c527aabde5574588489e5d82b0eaa3fcbdbf (diff)
Notes
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 ed58c6a374fc..71959cdc8c15 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));