summaryrefslogtreecommitdiffstats
path: root/sys/netinet/raw_ip.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-10-07 19:21:46 +0000
committerwollman <wollman@FreeBSD.org>1996-10-07 19:21:46 +0000
commit5db9741711f11a3893aae9b37a5e66c5c37f9bde (patch)
tree06ab4cbfa58213bd11d7128f5265a0e08d9b91d4 /sys/netinet/raw_ip.c
parent6fa07fb99b83947deb238e5bd8972284301f1df7 (diff)
downloadFreeBSD-src-5db9741711f11a3893aae9b37a5e66c5c37f9bde.zip
FreeBSD-src-5db9741711f11a3893aae9b37a5e66c5c37f9bde.tar.gz
All three files: make COMPAT_IPFW==0 case work again.
ip_input.c: - delete some dusty code - _IP_VHL - use fast inline header checksum when possible
Diffstat (limited to 'sys/netinet/raw_ip.c')
-rw-r--r--sys/netinet/raw_ip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c
index cfe4941..f55f7b4 100644
--- a/sys/netinet/raw_ip.c
+++ b/sys/netinet/raw_ip.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)raw_ip.c 8.7 (Berkeley) 5/15/95
- * $Id: raw_ip.c,v 1.34 1996/08/21 21:37:07 sos Exp $
+ * $Id: raw_ip.c,v 1.35 1996/08/27 20:52:27 sos Exp $
*/
#include <sys/param.h>
@@ -250,7 +250,6 @@ rip_ctloutput(op, so, level, optname, m)
return(EINVAL);
}
return (*ip_fw_ctl_ptr)(optname, m);
-#endif
case IP_NAT:
if (ip_nat_ctl_ptr == NULL) {
@@ -259,6 +258,7 @@ rip_ctloutput(op, so, level, optname, m)
}
return (*ip_nat_ctl_ptr)(op, m);
+#endif
case IP_RSVP_ON:
return ip_rsvp_init(so);
break;
OpenPOWER on IntegriCloud