Date: Wed, 3 Sep 2014 18:04:11 GMT From: dpl@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r273572 - soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw Message-ID: <201409031804.s83I4BjH059258@socsvn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409031804.s83I4BjH059258>
