Merge ipx_usrreq.c:1.56 from HEAD to RELENG_6:
Make this compile without INVARIANTS.
This commit is contained in:
parent
de2494a01d
commit
fa95682921
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user