diff options
Diffstat (limited to 'sys/netipx')
-rw-r--r-- | sys/netipx/ipx_ip.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netipx/ipx_ip.c b/sys/netipx/ipx_ip.c index 618e5b7..7b3a304 100644 --- a/sys/netipx/ipx_ip.c +++ b/sys/netipx/ipx_ip.c @@ -69,7 +69,6 @@ __FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_ipx.h" -#ifdef IPXIP #ifndef INET #error The option IPXIP requires option INET. #endif @@ -470,4 +469,3 @@ ipxip_rtchange(struct in_addr *dst) } } } -#endif /* IPXIP */ |