K 10 svn:author V 3 alc K 8 svn:date V 27 2004-07-15T03:20:00.000000Z K 7 svn:log V 149 A loop in pmap_remove() should use TAILQ_FOREACH_SAFE(), not TAILQ_FOREACH(), because the loop deletes elements from the list. Reviewed by: marcel@ END