Date: Wed, 20 Jan 2010 15:15:29 -0800 From: Jeremy Huddleston <jeremyhu@apple.com> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/143033: _SWAP not listed in comment in sys/queue.h Message-ID: <999C92E2-399C-44F0-B6F3-E0D12A8E9985@apple.com> In-Reply-To: <201001202120.o0KLK5Ln016988@freefall.freebsd.org> References: <201001202120.o0KLK5Ln016988@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail-36-106804666 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Please ignore my previous comment about the non-existent TAILQ_REMOVE_AFTER, but the point remains that _SWAP is not mentioned in queue(3). LIST_SWAP(LIST_HEAD *head1, LIST_HEAD *head2, TYPE, LIST_ENTRY NAME) STAILQ_SWAP(STAILQ_HEAD *head1, STAILQ_HEAD *head2, TYPE); TAILQ_SWAP(TAILQ_HEAD *head1, TAILQ_HEAD *head2, TYPE, TAILQ_ENTRY NAME) --Apple-Mail-36-106804666--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?999C92E2-399C-44F0-B6F3-E0D12A8E9985>