Date: Thu, 22 May 2008 09:58:01 -0700 From: Maxim Sobolev <sobomax@FreeBSD.org> To: Ed Schouten <ed@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man3 Makefile queue.3 src/sys/sys queue.h Message-ID: <4835A619.3010502@FreeBSD.org> In-Reply-To: <200805221440.m4MEe32W039559@repoman.freebsd.org> References: <200805221440.m4MEe32W039559@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Ed Schouten wrote: > The OpenBSD version of SLIST_REMOVE_NEXT() needs a reference to the list > head, even though it is unused. I don't think it's necessary. sys/queue.h API is not supposed to be portable across different operating systems. The need to pass list head around may impede macro usefulness. -Maxim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4835A619.3010502>