K 10 svn:author V 3 phk K 8 svn:date V 27 1999-11-20T10:00:46.000000Z K 7 svn:log V 284 struct mountlist and struct mount.mnt_list have no business being 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 END