CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/09/01 09:38:12
Modified files:
sys/netinet : ip_input.c
Log message:
Simplify list traversal in ip_freef(), and replace a hand-rolled
list traversal with LIST_FOREACH_SAFE().
OK bluhm@, mpi@
