On Thu, Feb 19, 2015 at 10:49:22AM +0800, Alastair Hogge wrote: A> On 2015-02-19 Thu 01:21:24 +0000, Gleb Smirnoff wrote: A> A> Hi Gleb, A> A> I think this commit the whole economy^W buildworld?
Here is preliminary patch, that I'm testing now. -- Totus tuus, Glebius.
Index: sys/netinet6/in6_var.h =================================================================== --- sys/netinet6/in6_var.h (revision 278985) +++ sys/netinet6/in6_var.h (working copy) @@ -596,7 +596,6 @@ ip6_msource_cmp(const struct ip6_msource *a, const return (memcmp(&a->im6s_addr, &b->im6s_addr, sizeof(struct in6_addr))); } RB_PROTOTYPE(ip6_msource_tree, ip6_msource, im6s_link, ip6_msource_cmp); -#endif /* _KERNEL */ /* * IPv6 multicast PCB-layer group filter descriptor. @@ -696,8 +695,6 @@ im6s_get_mode(const struct in6_multi *inm, const s return (MCAST_UNDEFINED); } -#ifdef _KERNEL - /* * Lock macros for IPv6 layer multicast address lists. IPv6 lock goes * before link layer multicast locks in the lock order. In most cases,
_______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
