Forgot one.

Original log message:

Remove feature creep: STAILQ_REMOVE_HEAD_UNTIL added it for convenience
but we can do without it.

Obtained from:	Peter Wemm
This commit is contained in:
Nick Hibma 1999-04-21 12:08:07 +00:00
parent 57b2932a14
commit 63b6d959ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45917

View File

@ -202,7 +202,7 @@ __CONCAT(dname,_attach)(device_t self)
((dev)->softc = device_get_softc(bdev)) : 0)
/* conversion from one type of queue to the other */
#define SIMPLEQ_REMOVE_HEAD STAILQ_REMOVE_HEAD_UNTIL
#define SIMPLEQ_REMOVE_HEAD STAILQ_REMOVE_HEAD
#define SIMPLEQ_INSERT_HEAD STAILQ_INSERT_HEAD
#define SIMPLEQ_INSERT_TAIL STAILQ_INSERT_TAIL
#define SIMPLEQ_NEXT STAILQ_NEXT