From 3452c23db8bec7afb3a4bc3b82801c3d659e2e55 Mon Sep 17 00:00:00 2001 From: eivind Date: Mon, 15 Dec 1997 20:31:25 +0000 Subject: 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.) --- sys/dev/ex/if_ex.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/ex/if_ex.c') 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 #include -- cgit v1.1