K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2003-08-13T18:37:25.000000Z K 7 svn:log V 287 Add LIST_FOREACH_SAFE, which is like LIST_FOREACH but allows you to walk the list and remove the current item and destroy/free it. Alexander Kabaev will likely do the equivalent for the other list types, but I just happened to have this one sitting in a local non-FreeBSD tree already. END