diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-08-02 14:33:27 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-08-02 14:33:27 +0000 |
| commit | 1fd0b0588f11fe61e5329c403c3f82a3f4d26fab (patch) | |
| tree | b3a0547f4192cd5dfee8a6303191218b96c700e1 /sys/kern/tty_compat.c | |
| parent | bbd5c527aabde5574588489e5d82b0eaa3fcbdbf (diff) | |
Notes
Diffstat (limited to 'sys/kern/tty_compat.c')
| -rw-r--r-- | sys/kern/tty_compat.c | 7 |
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)); |
