summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_ip.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-24 11:33:46 +0000
committerbde <bde@FreeBSD.org>1997-03-24 11:33:46 +0000
commite79c0a4ca0faee32b600b7c2b384b85fde731307 (patch)
tree02527e798dacc866eb4e0e16c035eefa20edc3f6 /sys/netipx/ipx_ip.c
parent117209856b858251ebd6fec048828125547e131f (diff)
downloadFreeBSD-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/netipx/ipx_ip.c')
-rw-r--r--sys/netipx/ipx_ip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/ipx_ip.c b/sys/netipx/ipx_ip.c
index 2452753..29cbf78 100644
--- a/sys/netipx/ipx_ip.c
+++ b/sys/netipx/ipx_ip.c
@@ -33,7 +33,7 @@
*
* @(#)ipx_ip.c
*
- * $Id$
+ * $Id: ipx_ip.c,v 1.12 1997/02/22 09:41:54 peter Exp $
*/
/*
@@ -49,7 +49,7 @@
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/errno.h>
-#include <sys/ioctl.h>
+#include <sys/sockio.h>
#include <sys/protosw.h>
#include <net/if.h>
OpenPOWER on IntegriCloud