Revert use of the _SAFE version of SRPL_FOREACH() now that the offending
authormpi <mpi@openbsd.org>
Tue, 19 Jul 2016 10:51:44 +0000 (10:51 +0000)
committermpi <mpi@openbsd.org>
Tue, 19 Jul 2016 10:51:44 +0000 (10:51 +0000)
commit48938141b0df9db8c42e5b18527595e809680875
tree277bad580414fc3c8cf4d63975b664458a33b9b4
parent93cc73020bddac27a310bfe09633151d2fa035d2
Revert use of the _SAFE version of SRPL_FOREACH() now that the offending
function has been fixed.

Functions passed to rtable_walk() must return EAGAIN if they delete an
entry from the tree, no matter if it is a leaf or not.
sys/net/art.c
sys/net/rtable.c