Commits

David Young committed 8746fb92554
Rename a variable, s/pbe_ptr/entry/, part 2. While I'm here, use a for-loop instead of a while-loop to iterate over a linked-list of entries. Eventually I will turn the for-loop to a use of LIST_FOREACH() or a similar macro from queue(3).