Make compile without INET.

MFC after:	2 months
This commit is contained in:
Bjoern A. Zeeb 2008-11-05 11:43:01 +00:00
parent 063acb9ac1
commit a37de8bed9

View File

@ -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