summaryrefslogtreecommitdiffstats
path: root/sys/dev/ex
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/ex
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/ex')
-rw-r--r--sys/dev/ex/if_ex.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ex/if_ex.c b/sys/dev/ex/if_ex.c
index 6599e60..78500eb 100644
--- a/sys/dev/ex/if_ex.c
+++ b/sys/dev/ex/if_ex.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ex.c,v 1.7 1997/09/26 17:17:43 msmith Exp $
+ * $Id: if_ex.c,v 1.8 1997/11/07 08:52:38 phk Exp $
*/
/*
@@ -38,6 +38,7 @@
#include "ex.h"
#if NEX > 0
#include "bpfilter.h"
+#include "opt_ipx.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud