Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2006 19:55:25 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 107994 for review
Message-ID:  <200610161955.k9GJtP6c062013@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107994

Change 107994 by piso@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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610161955.k9GJtP6c062013>