Make compile without INET.
MFC after: 2 months
This commit is contained in:
parent
063acb9ac1
commit
a37de8bed9
@ -758,7 +758,9 @@ arc_resolvemulti(struct ifnet *ifp, struct sockaddr **llsa,
|
||||
struct sockaddr *sa)
|
||||
{
|
||||
struct sockaddr_dl *sdl;
|
||||
#ifdef INET
|
||||
struct sockaddr_in *sin;
|
||||
#endif
|
||||
#ifdef INET6
|
||||
struct sockaddr_in6 *sin6;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user