From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GMtQ8-0003tF-Ok for qemu-devel@nongnu.org; Mon, 11 Sep 2006 17:34:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GMtQ5-0003qT-52 for qemu-devel@nongnu.org; Mon, 11 Sep 2006 17:34:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMtQ4-0003qC-RO for qemu-devel@nongnu.org; Mon, 11 Sep 2006 17:34:20 -0400 Received: from [213.146.154.40] (helo=pentafluge.infradead.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GMtRQ-0007K5-Jv for qemu-devel@nongnu.org; Mon, 11 Sep 2006 17:35:44 -0400 Subject: Re: [Qemu-devel] [PATCH] Don't include From: David Woodhouse In-Reply-To: <4505C387.5000801@bellard.org> References: <1157959380.2977.191.camel@pmac.infradead.org> <4505C387.5000801@bellard.org> Content-Type: text/plain Date: Mon, 11 Sep 2006 22:33:54 +0100 Message-Id: <1158010434.18619.43.camel@pmac.infradead.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fabrice Bellard Cc: qemu-devel@nongnu.org On Mon, 2006-09-11 at 22:13 +0200, Fabrice Bellard wrote: > The problem is that without this header it does not compile on some > distributions (see old mailing list messages). And the problem is that _with_ it, it doesn't compile with the proper exported kernel headers from current kernels -- where does not exist. -- dwmw2