summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_ip.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1997-12-15 20:31:25 +0000
committereivind <eivind@FreeBSD.org>1997-12-15 20:31:25 +0000
commit3452c23db8bec7afb3a4bc3b82801c3d659e2e55 (patch)
treeb28bf5a6d5fe5f4fac13c8f346dd64244f8ed330 /sys/netipx/ipx_ip.c
parentbf82710fe709ef5b3e943e0ec201b4ef5add73fa (diff)
downloadFreeBSD-src-3452c23db8bec7afb3a4bc3b82801c3d659e2e55.zip
FreeBSD-src-3452c23db8bec7afb3a4bc3b82801c3d659e2e55.tar.gz
Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.
The #ifdef IPXIP in netipx/ipx_if.h is OK (used from ipx_usrreq.c and ifconfig.c only). I also fixed a typo IPXTUNNEL -> IPTUNNEL (and #ifdef'ed out the code inside, as it never could have compiled - doh.)
Diffstat (limited to 'sys/netipx/ipx_ip.c')
-rw-r--r--sys/netipx/ipx_ip.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netipx/ipx_ip.c b/sys/netipx/ipx_ip.c
index d023a02..bd9eb51 100644
--- a/sys/netipx/ipx_ip.c
+++ b/sys/netipx/ipx_ip.c
@@ -33,13 +33,15 @@
*
* @(#)ipx_ip.c
*
- * $Id: ipx_ip.c,v 1.15 1997/05/10 09:58:52 jhay Exp $
+ * $Id: ipx_ip.c,v 1.16 1997/06/26 19:35:47 jhay Exp $
*/
/*
* Software interface driver for encapsulating IPX in IP.
*/
+#include "opt_ipx.h"
+
#ifdef IPXIP
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud