Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2014 09:25:08 GMT
From:      dpl@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r272259 - soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw
Message-ID:  <201408120925.s7C9P80c095766@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408120925.s7C9P80c095766>