From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2063 Path: news.gmane.org!not-for-mail From: Abdoulaye Walsimou GAYE Newsgroups: gmane.linux.lib.musl.general Subject: Clash between 'netinet/if_ether.h' and 'linux/if_ether.h' Date: Tue, 09 Oct 2012 00:45:17 +0200 Message-ID: <5073577D.5010000@embtoolkit.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1349736334 328 80.91.229.3 (8 Oct 2012 22:45:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Oct 2012 22:45:34 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2064-gllmg-musl=m.gmane.org@lists.openwall.com Tue Oct 09 00:45:40 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1TLM4x-0004CG-Pv for gllmg-musl@plane.gmane.org; Tue, 09 Oct 2012 00:45:39 +0200 Original-Received: (qmail 14071 invoked by uid 550); 8 Oct 2012 22:45:33 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 14062 invoked from network); 8 Oct 2012 22:45:33 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 Xref: news.gmane.org gmane.linux.lib.musl.general:2063 Archived-At: Hello, While trying to compile busybox-1.20.2, the following issue raised: CC networking/ifplugd.o In file included from /home/walsimou/embtoolkit.git/sysroot-armel-linux-arm920t/usr/include/net/ethernet.h:10:0, from networking/ifplugd.c:41: /home/walsimou/embtoolkit.git/sysroot-armel-linux-arm920t/usr/include/netinet/if_ether.h:75:8: error: redefinition of 'struct ethhdr' /home/walsimou/embtoolkit.git/sysroot-armel-linux-arm920t/usr/include/linux/if_ether.h:127:8: note: originally defined here Note that uClibc strategy here is to include linux/if_ether.h Thanks, AWG