K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-02-23T00:37:50.000000Z K 7 svn:log V 337 Merge uipc_usrreq.c:1.147 from HEAD to RELENG_5: date: 2005/02/20 04:18:22; author: rwatson; state: Exp; lines: +1 -1 Move assignment of UNIX domain socket pcb during unp_attach() outside of the global UNIX domain socket mutex: no protection is needed that early in the setup of the UNIX domain socket and socket structures. END