Commits

David Young committed c2514497530
Use a for-loop instead of a while-loop to search a linked list, and perform the operation on a found item (if any) *outside* of the loop. Eventually this for-loop will use a macro from queue(3).
Use a for-loop instead of a while-loop to search a linked list, and perform the operation on a found item (if any) *outside* of the loop. Eventually this for-loop will use a macro from queue(3).