diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:25:10 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:25:10 +0000 |
| commit | fce002fdef3780b4b80bfe0ba6d126bfc10130e9 (patch) | |
| tree | 250b202c69db62ed6110bcd8d4341019a4d8d107 /sys/kern/tty_tty.c | |
| parent | cb07fc98033d49d2ec97adf09c9aacbcbe24a2fc (diff) | |
Notes
Diffstat (limited to 'sys/kern/tty_tty.c')
| -rw-r--r-- | sys/kern/tty_tty.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/tty_tty.c b/sys/kern/tty_tty.c index b1acc2624294..be164d5231ea 100644 --- a/sys/kern/tty_tty.c +++ b/sys/kern/tty_tty.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tty_tty.c 8.2 (Berkeley) 9/23/93 - * $Id: tty_tty.c,v 1.14 1997/02/22 09:39:27 peter Exp $ + * $Id: tty_tty.c,v 1.15 1997/03/23 03:36:30 bde Exp $ */ /* @@ -40,7 +40,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> -#include <sys/ioctl.h> #include <sys/proc.h> #include <sys/tty.h> #include <sys/vnode.h> |
