Date: Thu, 03 Jan 2002 12:39:04 +0100 From: Poul-Henning Kamp <phk@critter.freebsd.dk> To: Julian Elischer <julian@elischer.org> Cc: Matthew Dillon <dillon@apollo.backplane.com>, Stephen McKay <mckay@thehub.com.au>, John Baldwin <jhb@FreeBSD.ORG>, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Julian Elischer <julian@FreeBSD.ORG>, Greg Lehey <grog@FreeBSD.ORG> Subject: Re: cvs commit: src/share/man/man3 queue.3 Message-ID: <1019.1010057944@critter.freebsd.dk> In-Reply-To: Your message of "Thu, 03 Jan 2002 01:43:02 PST." <Pine.BSF.4.21.0201030138380.22265-100000@InterJet.elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.BSF.4.21.0201030138380.22265-100000@InterJet.elischer.org>, 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1019.1010057944>