CVSROOT: /cvs Module name: src Changes by: dh...@cvs.openbsd.org 2017/01/25 18:58:00
Modified files: sys/kern : uipc_syscalls.c Log message: Allocate the mbuf before the netlock. While here, move the setting of nflag closer to where its value is used. ok mpi@