From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1024 Path: news.gmane.org!not-for-mail From: orc Newsgroups: gmane.linux.lib.musl.general Subject: linux/if_ether.h: struct ethhdr previously defined in netinet/if_ether.h Date: Sat, 9 Jun 2012 03:04:49 +0800 Message-ID: <20120609030449.1013330b@sibserver.ru> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1339182403 10252 80.91.229.3 (8 Jun 2012 19:06:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Jun 2012 19:06:43 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1025-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jun 08 21:06:42 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 1Sd4W9-0005I9-Hy for gllmg-musl@plane.gmane.org; Fri, 08 Jun 2012 21:06:41 +0200 Original-Received: (qmail 10185 invoked by uid 550); 8 Jun 2012 19:06:41 -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 10177 invoked from network); 8 Jun 2012 19:06:41 -0000 X-Mailer: claws-mail Xref: news.gmane.org gmane.linux.lib.musl.general:1024 Archived-At: Getting this when compiling tinc-1.0.18: In file included from /usr/include/linux/if_tun.h:20, from device.c:24: /usr/include/linux/if_ether.h:126: error: redefinition of 'struct ethhdr' make[2]: *** [device.o] Error 1 Commenting struct ethhdr definition in netinet/if_ether.h solves the problem.