CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/18 00:12:09
Modified files:
sys/kern : uipc_socket2.c
Log message:
soreserve() modifies `so_snd' and `so_rcv' so asserts that it is called
with the socket lock.
This change is safe because sbreserve() already asserts that the lock is
held, but it acts as implicit documentation and indicates that I looked
at the function.
