svn commit: r295729 - head/sys/netinet6
Mark Johnston
markj at FreeBSD.org
Wed Feb 17 23:53:26 UTC 2016
Author: markj
Date: Wed Feb 17 23:53:24 2016
New Revision: 295729
URL: https://svnweb.freebsd.org/changeset/base/295729
Log:
Remove a prototype for the non-existent prelist_del().
MFC after: 1 week
Modified:
head/sys/netinet6/nd6.h
Modified: head/sys/netinet6/nd6.h
==============================================================================
--- head/sys/netinet6/nd6.h Wed Feb 17 23:36:58 2016 (r295728)
+++ head/sys/netinet6/nd6.h Wed Feb 17 23:53:24 2016 (r295729)
@@ -441,7 +441,6 @@ void nd6_dad_stop(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_reset(void);
void defrouter_select(void);
void defrtrlist_del(struct nd_defrouter *);
More information about the svn-src-head
mailing list