Check for INET not AF_INET in #ifdef. Makes it compile without INET.
MFC after: 2 months
This commit is contained in:
parent
9939ceb05c
commit
3ba6ebdb2a
@ -136,7 +136,7 @@ firewire_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
|
||||
}
|
||||
|
||||
switch (dst->sa_family) {
|
||||
#ifdef AF_INET
|
||||
#ifdef INET
|
||||
case AF_INET:
|
||||
/*
|
||||
* Only bother with arp for unicast. Allocation of
|
||||
|
Loading…
x
Reference in New Issue
Block a user