From mboxrd@z Thu Jan 1 00:00:00 1970 From: walter harms Subject: Re: [PATCH 11/12] headers, scc: Add missing #include to Date: Tue, 09 Aug 2011 09:14:37 +0200 Message-ID: <4E40DE5D.4040100@bfs.de> References: <1312809302.2591.1139.camel@deadeye> <1312809869.2591.1151.camel@deadeye> <20110808182018.GG29924@decadent.org.uk> Reply-To: wharms@bfs.de Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110808182018.GG29924@decadent.org.uk> Sender: linux-hams-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Ben Hutchings Cc: David Miller , netdev@vger.kernel.org, Joerg Reuter , Klaus Kudielka , linux-hams@vger.kernel.org Am 08.08.2011 20:20, schrieb Ben Hutchings: > On Mon, Aug 08, 2011 at 02:24:29PM +0100, Ben Hutchings wrote: >> uses SIOCDEVPRIVATE, defined in . > > Unfortunately SIOCDEVPRIVATE is also defined elsewhere by glibc, > so including can result in duplicate definitions. > So I don't think we can make this change. > Maybe that is something the glibc and the kernel guys should know about. Did someone tell them ? Is that problem documented somewhere ? re, wh > Ben. > >> Signed-off-by: Ben Hutchings >> --- >> This file isn't listed in MAINTAINERS but appears to be associated with >> one of the hamradio drivers; please could one of the hams claim it? >> >> Ben. >> >> include/linux/scc.h | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/include/linux/scc.h b/include/linux/scc.h >> index 3495bd9..d5916e5 100644 >> --- a/include/linux/scc.h >> +++ b/include/linux/scc.h >> @@ -3,6 +3,7 @@ >> #ifndef _SCC_H >> #define _SCC_H >> >> +#include >> >> /* selection of hardware types */ >> >> -- >> 1.7.5.4 >> >> >> >