K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-06-08T23:35:16.000000Z K 7 svn:log V 304 Merge spx_usrreq.c:1.82 from HEAD to RELENG_6: In spx_output(), use M_DONTWAIT instead of M_TRYWAIT, as we hold the ipxpcb mutex. Contrary to the comment, even in 4.x this was unsafe, as parallel use of the socket by another process would result in pcb corruption if the mbuf allocation slept. END