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

dpl at FreeBSD.org dpl at FreeBSD.org
Wed Sep 3 18:04:12 UTC 2014


Author: dpl
Date: Wed Sep  3 18:04:11 2014
New Revision: 273572
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=273572

Log:
  Removed unneded declarations.

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	Wed Sep  3 18:03:34 2014	(r273571)
+++ soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw_rules.h	Wed Sep  3 18:04:11 2014	(r273572)
@@ -35,9 +35,6 @@
 
 #include <machine/in_cksum.h>	/* XXX for in_cksum */
 
-// The real function will be compiled and inserted by the JIT.
-int ipfw_chk_jit(struct ip_fw_args *args, struct ip_fw_chain *chain);
-
 // Declarations of some needed structs.
 struct mbuf;
 
@@ -57,10 +54,6 @@
 	struct ucred;
 #endif
 
-// Functions used by JIT, external.
-int printf(const char * restrict format, ...);
-int ipfw_find_rule(struct ip_fw_chain *chain, uint32_t key, uint32_t id);
-
 VNET_DEFINE(int, fw_verbose);
 
 VNET_DEFINE(u_int32_t, set_disable);


More information about the svn-soc-all mailing list