Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet6 Remove function declarations that have no actua...



details:   https://anonhg.NetBSD.org/src/rev/29f8c4c4877e
branches:  trunk
changeset: 349464:29f8c4c4877e
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Sun Dec 11 07:36:20 2016 +0000

description:
Remove function declarations that have no actual definition

diffstat:

 sys/netinet6/nd6.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 09f88106d0ed -r 29f8c4c4877e sys/netinet6/nd6.h
--- a/sys/netinet6/nd6.h        Sun Dec 11 07:35:42 2016 +0000
+++ b/sys/netinet6/nd6.h        Sun Dec 11 07:36:20 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nd6.h,v 1.72 2016/04/04 07:37:07 ozaki-r Exp $ */
+/*     $NetBSD: nd6.h,v 1.73 2016/12/11 07:36:20 ozaki-r Exp $ */
 /*     $KAME: nd6.h,v 1.95 2002/06/08 11:31:06 itojun Exp $    */
 
 /*
@@ -434,7 +434,6 @@
 /* nd6_rtr.c */
 void nd6_rs_input(struct mbuf *, int, int);
 void nd6_ra_input(struct mbuf *, int, int);
-void prelist_del(struct nd_prefix *);
 void defrouter_addreq(struct nd_defrouter *);
 void defrouter_reset(void);
 void defrouter_select(void);
@@ -447,7 +446,6 @@
 void pfxlist_onlink_check(void);
 struct nd_defrouter *defrouter_lookup(const struct in6_addr *, struct ifnet *);
 struct nd_prefix *nd6_prefix_lookup(struct nd_prefixctl *);
-int in6_ifdel(struct ifnet *, struct in6_addr *);
 void rt6_flush(struct in6_addr *, struct ifnet *);
 int nd6_setdefaultiface(int);
 int in6_tmpifadd(const struct in6_ifaddr *, int, int);



Home | Main Index | Thread Index | Old Index