diff options
Diffstat (limited to 'sys/isa/sio.c')
-rw-r--r-- | sys/isa/sio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/isa/sio.c b/sys/isa/sio.c index 896812e..9f59b1a 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.159 1997/02/22 09:37:09 peter Exp $ + * $Id: sio.c,v 1.160 1997/03/23 03:35:04 bde Exp $ */ #include "opt_comconsole.h" @@ -51,7 +51,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/reboot.h> -#include <sys/ioctl.h> #include <sys/tty.h> #include <sys/proc.h> #include <sys/conf.h> |