diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-07-15 07:14:44 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-07-15 07:14:44 +0000 |
| commit | 8b0561f1900283a280aa406a12c2db7e4c7eaea0 (patch) | |
| tree | 87550c877d9d96aa7ce727eaf679e2778cfc4efc /sys/net/if_ethersubr.c | |
| parent | de4bebdf7bb847f473841f980337590aa922bb21 (diff) | |
Notes
Diffstat (limited to 'sys/net/if_ethersubr.c')
| -rw-r--r-- | sys/net/if_ethersubr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 203b4b3ae17f..7ae976e0f65c 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -66,7 +66,6 @@ #endif #ifdef INET6 #include <netinet6/nd6.h> -#include <netinet6/in6_ifattach.h> #endif #ifdef IPX @@ -669,9 +668,6 @@ ether_ifattach(ifp) sdl->sdl_type = IFT_ETHER; sdl->sdl_alen = ifp->if_addrlen; bcopy((IFP2AC(ifp))->ac_enaddr, LLADDR(sdl), ifp->if_addrlen); -#ifdef INET6 - in6_ifattach_getifid(ifp); -#endif if (ng_ether_attach_p != NULL) (*ng_ether_attach_p)(ifp); } |
