socsvn commit: r272259 - soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw

dpl at FreeBSD.org dpl at FreeBSD.org
Tue Aug 12 09:25:08 UTC 2014


Author: dpl
Date: Tue Aug 12 09:25:07 2014
New Revision: 272259
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=272259

Log:
  Unneeded declaration.

Modified:
  soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw_rules.h

Modified: soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw_rules.h
==============================================================================
--- soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw_rules.h	Tue Aug 12 09:23:45 2014	(r272258)
+++ soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw_rules.h	Tue Aug 12 09:25:07 2014	(r272259)
@@ -101,10 +101,6 @@
 	p = (mtod(m, char *) + (_len));				\
 } while (0)
 
-/* Needed vars defined at ip_fw2.c */
-VNET_DECLARE(int, V_ipfw_vnet_ready);
-
-
 int
 inspect_pkt(struct ip_fw_args *args, struct ip *ip, struct mbuf *m, struct in_addr *src_ip, struct in_addr *dst_ip, uint16_t *src_port, uint16_t *dst_port, uint16_t *etype, uint16_t *ext_hd, uint16_t *iplen, int *pktlen, int *is_ipv4, int *is_ipv6, u_int *hlen, uint8_t *proto, uint8_t *icmp6_type, u_short *ip6f_mf, u_short *offset, void *ulp)
 {


More information about the svn-soc-all mailing list