socsvn commit: r272474 - soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw
dpl at FreeBSD.org
dpl at FreeBSD.org
Fri Aug 15 17:55:13 UTC 2014
Author: dpl
Date: Fri Aug 15 17:55:12 2014
New Revision: 272474
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=272474
Log:
Corrected struct type used.
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 Fri Aug 15 17:51:26 2014 (r272473)
+++ soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw_rules.h Fri Aug 15 17:55:12 2014 (r272474)
@@ -47,7 +47,7 @@
struct ip_fw_args;
struct ip_fw_chain;
struct ip_fw;
-struct ipfw_insn;
+struct _ipfw_insn;
struct _ipfw_insn_if;
struct _ipfw_dyn_rule;
More information about the svn-soc-all
mailing list