diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-23 03:37:54 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-23 03:37:54 +0000 |
| commit | 3ac4d1ef0cb63052d971dfb2c6ec0cfc0936bdce (patch) | |
| tree | d5362cd33818510de25aca3387c5ff2e95430292 /sys/kern/tty.c | |
| parent | c5d593ae63737614194288420e647f53edbf5727 (diff) | |
Notes
Diffstat (limited to 'sys/kern/tty.c')
| -rw-r--r-- | sys/kern/tty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c index a1e516da3494..e598206bb4c2 100644 --- a/sys/kern/tty.c +++ b/sys/kern/tty.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)tty.c 8.8 (Berkeley) 1/21/94 - * $Id: tty.c,v 1.91 1997/02/22 09:39:23 peter Exp $ + * $Id: tty.c,v 1.92 1997/03/22 06:52:58 bde Exp $ */ /*- @@ -77,7 +77,7 @@ #define TTYDEFCHARS #include <sys/tty.h> #undef TTYDEFCHARS -#include <sys/file.h> +#include <sys/fcntl.h> #include <sys/conf.h> #include <sys/dkstat.h> #include <sys/uio.h> |
