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/netinet/in_proto.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/netinet/in_proto.c') diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c index a96fa67..b153ca7 100644 --- a/sys/netinet/in_proto.c +++ b/sys/netinet/in_proto.c @@ -31,10 +31,11 @@ * SUCH DAMAGE. * * @(#)in_proto.c 8.2 (Berkeley) 2/9/95 - * $Id: in_proto.c,v 1.43 1997/10/28 15:58:43 bde Exp $ + * $Id: in_proto.c,v 1.44 1997/11/05 20:17:16 joerg Exp $ */ #include "opt_ipdivert.h" +#include "opt_ipx.h" #include #include -- cgit v1.1