mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184711
@ -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…
Reference in New Issue
Block a user