From owner-cvs-all Fri Jan 4 7:38:37 2002 Delivered-To: cvs-all@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id EE2FD37B41A; Fri, 4 Jan 2002 07:38:33 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.5/8.11.5) with ESMTP id g04FcLg89556; Fri, 4 Jan 2002 08:38:21 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200201041538.g04FcLg89556@aslan.scsiguy.com> To: Garance A Drosihn Cc: Stephen McKay , Julian Elischer , John Baldwin , Poul-Henning Kamp , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Julian Elischer , Greg Lehey Subject: Re: cvs commit: src/share/man/man3 queue.3 In-Reply-To: Your message of "Wed, 02 Jan 2002 10:52:44 EST." Date: Fri, 04 Jan 2002 08:38:21 -0700 From: "Justin T. Gibbs" 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 >Perhaps I am missing something, but this issue seems pretty simple to >me. What's wrong with: The whole point of the TAILQ macros is to avoid silly programming mistakes. We seem to be moving towards a policy where current uses of the macro in our tree could yeild undefined results and the "correct" use of the macro requires *more code*. Move code == more bugs. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message