summaryrefslogtreecommitdiffstats
path: root/sys/dev/ie
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/dev/ie
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/dev/ie')
-rw-r--r--sys/dev/ie/if_ie.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c
index d60ce4c..daab501 100644
--- a/sys/dev/ie/if_ie.c
+++ b/sys/dev/ie/if_ie.c
@@ -47,7 +47,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ie.c,v 1.46 1997/09/21 21:41:08 gibbs Exp $
+ * $Id: if_ie.c,v 1.47 1997/10/15 10:09:24 joerg Exp $
*/
/*
@@ -108,6 +108,7 @@ iomem and and with 0xffff.
#include "ie.h"
#if NIE > 0
+#include "opt_ipx.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud