From owner-cvs-all Wed Apr 17 7:21: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C1EF37B400; Wed, 17 Apr 2002 07:21:03 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3HEL3883282; Wed, 17 Apr 2002 07:21:03 -0700 (PDT) (envelope-from des) Message-Id: <200204171421.g3HEL3883282@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 17 Apr 2002 07:21:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys queue.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/04/17 07:21:03 PDT Modified files: (Branch: RELENG_4) sys/sys queue.h Log: Ensure that the iterator is always NULL after CIRCLEQ_FOREACH{,_REVERSE}. This makes absolutely no difference in any of the four places these macros are actually used, but it satisfies my aesthetic sensibilities. Revision Changes Path 1.32.2.7 +2 -2 src/sys/sys/queue.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message