Subject: Re: misc/30738
To: None <misc-bug-people@netbsd.org, netbsd-bugs@netbsd.org,>
From: None <wiz@netbsd.org>
List: netbsd-bugs
Date: 07/13/2005 14:37:03
Synopsis: minor sys/queue.h syntax  nit in SIMPLEQ_* comment

State-Changed-From-To: open->feedback
State-Changed-By: wiz@netbsd.org
State-Changed-When: Wed, 13 Jul 2005 14:37:03 +0000
State-Changed-Why:
You changed one sentence to:
"New elements can be added to the list before or after an existing element"
however the header file only contains a SIMPLEQ_INSERT_AFTER macro,
no SIMPLEQ_INSERT_BEFORE macro.

Additionally, the existence of the SIMPLEQ_REMOVE macro makes the first part
of the diff sound wrong too.