PERFORCE change 107994 for review

Paolo Pisati piso at FreeBSD.org
Mon Oct 16 12:55:28 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=107994

Change 107994 by piso at piso_newluxor on 2006/10/16 19:54:24

	Axe some cruft left around when moved to queue(3). 

Affected files ...

.. //depot/projects/soc2005/libalias/sys/netinet/ip_fw.h#6 edit

Differences ...

==== //depot/projects/soc2005/libalias/sys/netinet/ip_fw.h#6 (text+ko) ====

@@ -308,16 +308,6 @@
 	u_int32_t log_left;	/* how many left to log 	*/
 } ipfw_insn_log;
 
-/* 
- * "syntactic sugar for compiler": used in HOOK_REDIR|SPOOL in ip_fw2.c.
- *
- * WARNING: don't move the field "next" in the subsequent cfg_* structs, 
- * it has to be the first.
- */
-struct _chain {
-	struct _chain *next;
-};
-
 /* Server pool support (LSNAT). */
 struct cfg_spool {
 	LIST_ENTRY(cfg_spool)   _next;          /* chain of spool instances */


More information about the p4-projects mailing list