Merge ipx_usrreq.c:1.56 from HEAD to RELENG_6:

Make this compile without INVARIANTS.
This commit is contained in:
rwatson 2006-06-08 23:36:39 +00:00
parent de2494a01d
commit fa95682921

View File

@ -453,7 +453,9 @@ ipx_attach(so, proto, td)
int proto;
struct thread *td;
{
#ifdef INVARIANTS
struct ipxpcb *ipxp = sotoipxpcb(so);
#endif
int error;
KASSERT(ipxp == NULL, ("ipx_attach: ipxp != NULL"));