svn commit: r274332 - in projects/routing/sys: net netinet6
Alexander V. Chernikov
melifaro at FreeBSD.org
Sun Nov 9 22:16:51 UTC 2014
Author: melifaro
Date: Sun Nov 9 22:16:50 2014
New Revision: 274332
URL: https://svnweb.freebsd.org/changeset/base/274332
Log:
Fix nd6_output_flush() prototype.
Remove 'net/route_internal.h' header from stf.
Modified:
projects/routing/sys/net/if_stf.c
projects/routing/sys/netinet6/nd6.h
Modified: projects/routing/sys/net/if_stf.c
==============================================================================
--- projects/routing/sys/net/if_stf.c Sun Nov 9 21:33:01 2014 (r274331)
+++ projects/routing/sys/net/if_stf.c Sun Nov 9 22:16:50 2014 (r274332)
@@ -97,7 +97,6 @@
#include <net/if_var.h>
#include <net/if_clone.h>
#include <net/route.h>
-#include <net/route_internal.h>
#include <net/netisr.h>
#include <net/if_types.h>
#include <net/if_stf.h>
Modified: projects/routing/sys/netinet6/nd6.h
==============================================================================
--- projects/routing/sys/netinet6/nd6.h Sun Nov 9 21:33:01 2014 (r274331)
+++ projects/routing/sys/netinet6/nd6.h Sun Nov 9 22:16:50 2014 (r274332)
@@ -413,7 +413,7 @@ int nd6_output_lle(struct ifnet *, struc
struct sockaddr_in6 *, struct rtentry *, struct llentry *,
struct mbuf **);
int nd6_output_flush(struct ifnet *, struct ifnet *, struct mbuf *,
- struct sockaddr_in6 *, struct route *);
+ struct sockaddr_in6 *);
int nd6_need_cache(struct ifnet *);
int nd6_add_ifa_lle(struct in6_ifaddr *);
void nd6_rem_ifa_lle(struct in6_ifaddr *);
More information about the svn-src-projects
mailing list