mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 20:08:02 +00:00
0429e37ade
a CIRCLEQ. Change them to TAILQ_HEAD and TAILQ_ENTRY respectively. This removes ugly mp != (void*)&mountlist comparisons. Requested by: phk Submitted by: Jake Burkholder jake@checker.org PR: 14967