From owner-cvs-all Thu Jan 3 3:41:33 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (esplanaden.cybercity.dk [212.242.40.114]) by hub.freebsd.org (Postfix) with ESMTP id 0177337B416; Thu, 3 Jan 2002 03:41:29 -0800 (PST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.6/8.11.6) with ESMTP id g03Bd4N01021; Thu, 3 Jan 2002 12:39:04 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Julian Elischer Cc: Matthew Dillon , Stephen McKay , John Baldwin , 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 "Thu, 03 Jan 2002 01:43:02 PST." Date: Thu, 03 Jan 2002 12:39:04 +0100 Message-ID: <1019.1010057944@critter.freebsd.dk> From: Poul-Henning Kamp 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 In message , Ju lian Elischer writes: >I don't understand your point.. >TAILQ_FIRST() does not do a conditional to give a NULL on empty.. >...#define TAILQ_FIRST(head) ((head)->tqh_first) Julian, What is at stake here is to make the various queue types act predictably identical for common operations, not hacking up TAILQ to fit your personal coding style. Sometimes I think your're dense just because you can't help it. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message