]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Explicitly use STAILQ_REMOVE_HEAD() when we know we are removing the head
authorjhb <jhb@FreeBSD.org>
Mon, 10 Jul 2006 19:28:57 +0000 (19:28 +0000)
committerjhb <jhb@FreeBSD.org>
Mon, 10 Jul 2006 19:28:57 +0000 (19:28 +0000)
commitd05d04f2c786d4e6068f5c711643e3d3fb733608
treef3be5ca31fa3699c4bbba886301d2de15c360b05
parent401a0eaea0c790a2f0ab4f8948cb5a31d823f445
Explicitly use STAILQ_REMOVE_HEAD() when we know we are removing the head
element to avoid confusing Coverity.  It's now also easier for humans to
parse as well.

Found by: Coverity Prevent(tm)
CID: 1201
sys/kern/kern_linker.c