Make this compile without INVARIANTS.
This commit is contained in:
parent
4d5e876be3
commit
1334cfe00c
@ -449,7 +449,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