From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H4mik-0004Pa-6d for qemu-devel@nongnu.org; Wed, 10 Jan 2007 18:19:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H4mig-0004M2-GY for qemu-devel@nongnu.org; Wed, 10 Jan 2007 18:19:01 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H4mig-0004Ls-AY for qemu-devel@nongnu.org; Wed, 10 Jan 2007 18:18:58 -0500 Received: from [24.93.47.42] (helo=ms-smtp-03.texas.rr.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H4mif-0002sD-VQ for qemu-devel@nongnu.org; Wed, 10 Jan 2007 18:18:58 -0500 Received: from vaio (cpe-66-68-31-100.austin.res.rr.com [66.68.31.100]) by ms-smtp-03.texas.rr.com (8.13.6/8.13.6) with ESMTP id l0ANIltf012841 for ; Wed, 10 Jan 2007 17:18:48 -0600 (CST) Subject: Re: [Qemu-devel] [PATCH] compiler.h include fix for usb-linux.c From: Lonnie Mendez In-Reply-To: <269694c00701101500l4a51c91eyded17145f9560fb1@mail.gmail.com> References: <269694c00701101137y1bbd0e22i4b276aabb73c9622@mail.gmail.com> <20070110195521.GA28254@networkno.de> <269694c00701101500l4a51c91eyded17145f9560fb1@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Date: Wed, 10 Jan 2007 17:18:39 -0600 Message-Id: <1168471119.10717.1.camel@vaio> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Thu, 2007-01-11 at 00:00 +0100, ( =E0=A4=85=E0=A4=AE=E0=A5=87=E0=A4=AF= =E0=A4=AA=E0=A4=BE=E0=A4=B3=E0=A4=82=E0=A4=A6=E0=A5=87 ) Ameya Palande w= rote: > On 1/10/07, Thiemo Seufer wrote: > > ( ???????????? ?????????????????? ) Ameya Palande wrote: > > > Hi, > > > > > > Redhat and its derivatives don't have /usr/include/linux/compiler.h > > > But debian, opensuse etc. have compiler.h > > > > > > Without including compiler.h in usb-linux.c build fails on opensuse. > > > > JFTR, it works on debian. > > > > > > Thiemo > > >=20 > It works on debian because on debian /usr/include/linux/usbdevice_fs.h = file > includes The issue before is that usb-linux.c should not be including linux/compiler.h. See the xen approach to fixing this for the broken distros: http://xenbits2.xensource.com/xen-unstable.hg?rev/ba7487569374;style=3Dre= v %3Dusb