diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/compat/ibcs2/ibcs2_socksys.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/compat/ibcs2/ibcs2_socksys.c b/sys/compat/ibcs2/ibcs2_socksys.c index 21e096e7f59..1746585cd50 100644 --- a/sys/compat/ibcs2/ibcs2_socksys.c +++ b/sys/compat/ibcs2/ibcs2_socksys.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ibcs2_socksys.c,v 1.5 1997/01/23 16:22:57 niklas Exp $ */ +/* $OpenBSD: ibcs2_socksys.c,v 1.6 2000/08/30 05:27:08 brad Exp $ */ /* $NetBSD: ibcs2_socksys.c,v 1.7 1996/10/13 00:46:51 christos Exp $ */ /* @@ -35,11 +35,9 @@ #include <sys/termios.h> #include <sys/tty.h> #include <sys/socket.h> -#include <sys/ioctl.h> #include <sys/mount.h> #include <net/if.h> - #include <sys/syscallargs.h> #include <compat/ibcs2/ibcs2_socksys.h> |