Make compile without INET.

MFC after:	2 months
This commit is contained in:
bz 2008-11-05 11:43:01 +00:00
parent 39bf4d650f
commit d4cefefa41

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