diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2022-07-28 13:11:45 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2022-07-28 13:11:45 +0000 |
commit | 68b1b814d77264bb243caf671ff0d91172a89160 (patch) | |
tree | f23831f3e21c33a5c59254e708eeca471c0f37bd /sys | |
parent | 131e27b4c68af8ff9da514b6964250e750ab2209 (diff) |
Zap prototypes for nonexistent nd6_setmtu() and in6_ifdel()
Removed in 2015 and 2002, respectively.
OK claudio
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet6/nd6.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h index 5eb9d9f4e9e..8ea60eb9c5f 100644 --- a/sys/netinet6/nd6.h +++ b/sys/netinet6/nd6.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nd6.h,v 1.77 2022/07/22 15:34:46 kn Exp $ */ +/* $OpenBSD: nd6.h,v 1.78 2022/07/28 13:11:44 kn Exp $ */ /* $KAME: nd6.h,v 1.95 2002/06/08 11:31:06 itojun Exp $ */ /* @@ -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 *); |