cvs commit: src/sys/sys queue.h
Bosko Milekic
bmilekic at FreeBSD.org
Wed Aug 13 11:37:26 PDT 2003
bmilekic 2003/08/13 11:37:25 PDT
FreeBSD src repository
Modified files:
sys/sys queue.h
Log:
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.
Revision Changes Path
1.55 +7 -0 src/sys/sys/queue.h
More information about the cvs-src
mailing list