diff options
author | bde <bde@FreeBSD.org> | 1997-03-24 11:33:46 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-03-24 11:33:46 +0000 |
commit | e79c0a4ca0faee32b600b7c2b384b85fde731307 (patch) | |
tree | 02527e798dacc866eb4e0e16c035eefa20edc3f6 /sys/dev/ie | |
parent | 117209856b858251ebd6fec048828125547e131f (diff) | |
download | FreeBSD-src-e79c0a4ca0faee32b600b7c2b384b85fde731307.zip FreeBSD-src-e79c0a4ca0faee32b600b7c2b384b85fde731307.tar.gz |
Don't include <sys/ioctl.h> in the kernel. Stage 2: include
<sys/sockio.h> instead of <sys/ioctl.h> in network files.
Diffstat (limited to 'sys/dev/ie')
-rw-r--r-- | sys/dev/ie/if_ie.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index c43283c..083ffae 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -43,7 +43,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: if_ie.c,v 1.39 1997/02/22 09:36:29 peter Exp $ */ /* @@ -114,7 +114,7 @@ iomem, and to make 16-pointers, we subtract iomem and and with 0xffff. #include <sys/mbuf.h> #include <sys/protosw.h> #include <sys/socket.h> -#include <sys/ioctl.h> +#include <sys/sockio.h> #include <sys/errno.h> #include <sys/syslog.h> |