diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2000-08-30 05:27:09 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2000-08-30 05:27:09 +0000 |
commit | 1dd1724148ba2330b57abc41574e0348be337b95 (patch) | |
tree | 26d03b0c026a2483f11f8e9e2a0750f026d92c5d /sys | |
parent | 04d5d752ca4d48de806a4bdf4bf4efd297c2dc14 (diff) |
remove duplicate inclusion of sys/ioctl.h
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> |