K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-02-25T13:29:50.000000Z K 7 svn:log V 333 Merge ipx_pcb.c:1.39, ipx_usrreq.c:1.47 from HEAD to RELENG_5: Eliminate XXX comments regarding allocation failures when retrieving the peer address by using M_WAITOK in ipx_setpeeraddr() to prevent allocation failure. The socket reference used to reach these calls will prevent the ipxpcb from being released prematurely. END