K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-04-22T19:10:02.000000Z K 7 svn:log V 322 Remove pcbinfo locking from in_setsockaddr() and in_setpeeraddr(); holding the inpcb lock is sufficient to prevent races in reading the address and port, as both the inpcb lock and pcbinfo lock are required to change the address/port. Improve consistency of spelling in assertions about inp != NULL. MFC after: 3 months END