K 10 svn:author V 3 jhb K 8 svn:date V 27 2009-06-18T20:56:22.138404Z K 7 svn:log V 364 Fix a deadlock in the getpeername() method for UNIX domain sockets. Instead of locking the local unp followed by the remote unp, use the same locking model as accept() and read lock the global link lock followed by the remote unp while fetching the remote sockaddr. Reported by: Mel Flynn mel.flynn of mailing.thruhere.net Reviewed by: rwatson MFC after: 1 week END