Module Name:    src
Committed By:   ozaki-r
Date:           Sun Dec 11 07:36:20 UTC 2016

Modified Files:
        src/sys/netinet6: nd6.h

Log Message:
Remove function declarations that have no actual definition


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/netinet6/nd6.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/netinet6/nd6.h
diff -u src/sys/netinet6/nd6.h:1.72 src/sys/netinet6/nd6.h:1.73
--- src/sys/netinet6/nd6.h:1.72	Mon Apr  4 07:37:07 2016
+++ src/sys/netinet6/nd6.h	Sun Dec 11 07:36:20 2016
@@ -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 @@ void nd6_dad_duplicated(struct ifaddr *)
 /* 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 @@ int nd6_prefix_offlink(struct nd_prefix 
 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);

Reply via email to