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

dpl at FreeBSD.org dpl at FreeBSD.org
Fri Aug 29 12:13:50 UTC 2014


Author: dpl
Date: Fri Aug 29 12:13:49 2014
New Revision: 273320
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=273320

Log:
  Call crfree() only if not in userspace.

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 29 12:12:57 2014	(r273319)
+++ soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw_rules.h	Fri Aug 29 12:13:49 2014	(r273320)
@@ -60,7 +60,6 @@
 // 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);
-void crfree(struct ucred *);
 
 VNET_DEFINE(int, fw_verbose);
 


More information about the svn-soc-all mailing list