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