Commits

David Young committed def41b41944
Use a for-loop instead of a while-loop to iterate a linked list in the face of possible single-element deletions. Eventually I will use LIST_FOREACH_SAFE() or some similar queue(3) macro.
Use a for-loop instead of a while-loop to iterate a linked list in the face of possible single-element deletions. Eventually I will use LIST_FOREACH_SAFE() or some similar queue(3) macro.