K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-06-08T23:12:22.000000Z K 7 svn:log V 328 Merge spx_usrreq.c:1.65 from HEAD to RELENG_6: In spx_attach() and spx_detach(), there is no need to check whether the ipxpcb is NULL or not: in attach it will be, and on detach it won't be. If for any reason these invariants don't hold true, panicking is a good idea. Noticed by: Coverity Prevent analysis tool END