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

dpl at FreeBSD.org dpl at FreeBSD.org
Fri Aug 1 18:11:55 UTC 2014


Author: dpl
Date: Fri Aug  1 18:11:54 2014
New Revision: 271700
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=271700

Log:
  Corrected function prototype.

Modified:
  soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/jit.h

Modified: soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/jit.h
==============================================================================
--- soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/jit.h	Fri Aug  1 18:09:54 2014	(r271699)
+++ soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/jit.h	Fri Aug  1 18:11:54 2014	(r271700)
@@ -2,4 +2,4 @@
 
 typedef int (*funcptr)();
 
-funcptr compile_code(struct ip_fw_args *);
+funcptr compile_code(struct ip_fw_args *, struct ip_fw_chain *);


More information about the svn-soc-all mailing list