diff options
author | rwatson <rwatson@FreeBSD.org> | 2007-02-26 11:55:34 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2007-02-26 11:55:34 +0000 |
commit | 5961533dd057632471fb82c2f792fe2ed4c23c74 (patch) | |
tree | da2635ecf38da3e7c4933669e3fd3d30e73816fb /sys/netipx | |
parent | 56c88fa187ea72314142cb0eadc01042db0031e6 (diff) | |
download | FreeBSD-src-5961533dd057632471fb82c2f792fe2ed4c23c74.zip FreeBSD-src-5961533dd057632471fb82c2f792fe2ed4c23c74.tar.gz |
Build ipx_ip.c only if options IPXIP is defined. No functional change.
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 */ |