Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2015 07:32:37 +0300
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        Alastair Hogge <agh@fastmail.fm>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r278979 - head/sys/netinet6
Message-ID:  <20150219043237.GH15484@FreeBSD.org>
In-Reply-To: <20150219024922.GA2330@kropotkin.auxio>
References:  <201502190121.t1J1LOwU028918@svn.freebsd.org> <20150219024922.GA2330@kropotkin.auxio>

next in thread | previous in thread | raw e-mail | index | archive | help

--B3NBd8mrXZtPJEYR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

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.

--B3NBd8mrXZtPJEYR
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="in6_var.h.diff"

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,

--B3NBd8mrXZtPJEYR--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150219043237.GH15484>