Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753665AbcKPTHz (ORCPT ); Wed, 16 Nov 2016 14:07:55 -0500 Received: from mail.kapsi.fi ([217.30.184.167]:58991 "EHLO mail.kapsi.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752248AbcKPTHw (ORCPT ); Wed, 16 Nov 2016 14:07:52 -0500 Date: Wed, 16 Nov 2016 21:07:46 +0200 From: Mikko Rapeli To: David Ranch Cc: walter harms , linux-kernel@vger.kernel.org, linux-hams@vger.kernel.org Subject: Re: [PATCH v05 69/72] uapi rose.h: glibc netrose/rose.h header file compatibility fixes Message-ID: <20161116190746.GM8342@lakka.kapsi.fi> References: <1471890809-4383-1-git-send-email-mikko.rapeli@iki.fi> <1471890809-4383-70-git-send-email-mikko.rapeli@iki.fi> <57C06258.8000807@bfs.de> <20160828055918.GZ5399@lakka.kapsi.fi> <65db8f70-0533-3edb-11da-5795b986a460@trinnet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <65db8f70-0533-3edb-11da-5795b986a460@trinnet.net> X-SA-Exim-Connect-IP: 2001:1bc8:1004::1 X-SA-Exim-Mail-From: mikko.rapeli@iki.fi X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 718 Lines: 17 Hi, On Mon, Aug 29, 2016 at 12:34:25PM -0700, David Ranch wrote: > Hello Mikko, > > Somewhat related, the ax25.h file from libax25-devel also has conflicts with > the Glibc's ax.25.h. This creates trouble so if we could get a fix for > that, that would be appreciated as well though it might be a Glibc issue and > not a kernel issue. I had a look at libax25 git tree and the rose.h and ax25.h there are copies from glibc sources which in turn are modified copies from age old kernel headers. My suggestion is on Linux platforms to use the linux kernel headers which will co-operate nicely with glibc headers with these changes if you need something from them which are not available in glibc headers yet. -Mikko