CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/02 10:11:09
Modified files:
sys/netinet : in_pcb.c
Log message:
The function in_pcbrehash() does not modify the pcb table queue.
So in in_pcbresize() the variant without _SAFE of the TAILQ_FOREACH
macro is sufficient.
OK tb@ mpi@ visa@
