On Thu, Jul 28, 2022 at 12:43:57PM +0000, Klemens Nanni wrote: > Removed in 2015 and 2002, respectively. > > OK?
OK bluhm@ > diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h > index 5eb9d9f4e9e..e03f4218a56 100644 > --- a/sys/netinet6/nd6.h > +++ b/sys/netinet6/nd6.h > @@ -162,7 +162,6 @@ void nd6_option_init(void *, int, union nd_opts *); > struct nd_opt_hdr *nd6_option(union nd_opts *); > int nd6_options(union nd_opts *); > struct rtentry *nd6_lookup(struct in6_addr *, int, struct ifnet *, > u_int); > -void nd6_setmtu(struct ifnet *); > void nd6_llinfo_settimer(struct llinfo_nd6 *, unsigned int); > void nd6_purge(struct ifnet *); > void nd6_nud_hint(struct rtentry *); > @@ -185,7 +184,6 @@ void nd6_dad_stop(struct ifaddr *); > > void nd6_rtr_cache(struct mbuf *, int, int, int); > > -int in6_ifdel(struct ifnet *, struct in6_addr *); > int rt6_flush(struct in6_addr *, struct ifnet *); > > void nd6_expire_timer_update(struct in6_ifaddr *);
