Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2006 13:22:51 +0400
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        Stefan Farfeleder <stefanf@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sbin/ipfw ipfw2.c
Message-ID:  <20060807092251.GS96644@FreeBSD.org>
In-Reply-To: <200608051358.k75DwpYr070713@repoman.freebsd.org>
References:  <200608051358.k75DwpYr070713@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Aug 05, 2006 at 01:58:50PM +0000, Stefan Farfeleder wrote:
S> stefanf     2006-08-05 13:58:50 UTC
S> 
S>   FreeBSD src repository
S> 
S>   Modified files:
S>     sbin/ipfw            ipfw2.c 
S>   Log:
S>   Use the SLIST_NEXT macro instead of sle_next.

Uhhrm. This code is a hack really, and using bad style emphasizes
that. It says: BEWARE! We use queue.h internals for our own dirty
needs. So I left "sle_next" here intentionally.

The hack was made here to keep ABI compatibility, and make the later
changes mergeable to RELENG_6.

Let it be SLIST_NEXT() now. Anyway there is a plan of major rewrite
of API and ipfw(8) itself.

-- 
Totus tuus, Glebius.
GLEBIUS-RIPN GLEB-RIPE



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