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

dpl at FreeBSD.org dpl at FreeBSD.org
Wed Aug 13 13:55:49 UTC 2014


Author: dpl
Date: Wed Aug 13 13:55:48 2014
New Revision: 272363
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=272363

Log:
  Comment

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 Aug 13 12:58:15 2014	(r272362)
+++ soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw_rules.h	Wed Aug 13 13:55:48 2014	(r272363)
@@ -35,7 +35,7 @@
 
 #include <machine/in_cksum.h>	/* XXX for in_cksum */
 
-// The real function will be inserted by the JIT.
+// 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.


More information about the svn-soc-all mailing list