Received: with ECARTIS (v1.0.0; list netdev); Wed, 16 Jul 2003 06:19:52 -0700 (PDT) Received: from pizda.ninka.net (IDENT:root@pizda.ninka.net [216.101.162.242]) by oss.sgi.com (8.12.9/8.12.9) with SMTP id h6GDJgFl018790 for ; Wed, 16 Jul 2003 06:19:43 -0700 Received: from pizda.ninka.net (IDENT:davem@localhost.localdomain [127.0.0.1]) by pizda.ninka.net (8.9.3/8.9.3) with SMTP id GAA22258; Wed, 16 Jul 2003 06:10:14 -0700 Date: Wed, 16 Jul 2003 06:10:13 -0700 From: "David S. Miller" To: Mads Martin =?ISO-8859-1?Q?J=F8rgensen?= Cc: netdev@oss.sgi.com Subject: Re: /usr/src/linux/Documentation/networking/ifenslave.c Message-Id: <20030716061013.64f14a04.davem@redhat.com> In-Reply-To: <20030716125910.GB10817@suse.de> References: <20030716092354.GC24077@suse.de> <20030716054255.1922d299.davem@redhat.com> <20030716125910.GB10817@suse.de> X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.6; sparc-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by oss.sgi.com id h6GDJgFl018790 X-archive-position: 4104 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: davem@redhat.com Precedence: bulk X-list: netdev On Wed, 16 Jul 2003 14:59:10 +0200 Mads Martin Jørgensen wrote: > > That is why all of this is rediculious. > > Problem is some of these includes are different on different archs, and > causes the thing to miscompile. How to fix that then? Nothing arch specific resides in linux/if.h :-) This means the problem eminates from asm/*.h headers which is where the fixes belong. What exactly is the error you get on ia64?