CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/16 02:32:17
Modified files:
sys/netinet : ip_mroute.c
Log message:
Let malloc() block when the caller of the add route function is
setsockopt(), otherwise use non-blocking malloc() for network stack
calls.
ok bluhm@
