K 10 svn:author V 7 rwatson K 8 svn:date V 27 2008-01-23T12:08:12.000000Z K 7 svn:log V 494 Merge uipc_usrreq.c:1.214 from HEAD to RELENG_7_0: Move unlock of global UNIX domain socket lock slightly lower in unp_connect(): it is expected to return with the lock held, and two possible error paths otherwise returned with it unlocked. The fix committed here is slightly different from the patch in the PR, but along an alternative line suggested in the PR. PR: 119778 Submitted by: James Juran Approved by: re (gnn) END