dwmalone 2003/12/25 15:44:38 PST
FreeBSD src repository
Modified files:
sys/kern uipc_syscalls.c
Log:
In socket(2) we only need Giant around the call to socreate, so just
grab it there.
Revision Changes Path
1.161 +2 -2 src/sys/kern/uipc_syscalls.c