From owner-cvs-src@FreeBSD.ORG Sat Aug 5 13:58:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A53D116A4DD; Sat, 5 Aug 2006 13:58:51 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26D9F43D69; Sat, 5 Aug 2006 13:58:51 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k75DwpFa070714; Sat, 5 Aug 2006 13:58:51 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k75DwpYr070713; Sat, 5 Aug 2006 13:58:51 GMT (envelope-from stefanf) Message-Id: <200608051358.k75DwpYr070713@repoman.freebsd.org> From: Stefan Farfeleder Date: Sat, 5 Aug 2006 13:58:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Aug 2006 13:58:51 -0000 stefanf 2006-08-05 13:58:50 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: Use the SLIST_NEXT macro instead of sle_next. Checked with: cmp(1) Revision Changes Path 1.92 +2 -2 src/sbin/ipfw/ipfw2.c