From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gsg7k-0005Di-Pw for qemu-devel@nongnu.org; Fri, 08 Dec 2006 08:50:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gsg7j-0005Cp-Nt for qemu-devel@nongnu.org; Fri, 08 Dec 2006 08:50:48 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gsg7j-0005Cd-Dn for qemu-devel@nongnu.org; Fri, 08 Dec 2006 08:50:47 -0500 Received: from [147.11.1.11] (helo=mail.wrs.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gsg7j-0008La-CJ for qemu-devel@nongnu.org; Fri, 08 Dec 2006 08:50:47 -0500 Received: from ALA-MAIL03.corp.ad.wrs.com (ala-mail03 [147.11.57.144]) by mail.wrs.com (8.13.6/8.13.3) with ESMTP id kB8DoirW004849 for ; Fri, 8 Dec 2006 05:50:44 -0800 (PST) Message-ID: <45796DB4.9050005@windriver.com> Date: Fri, 08 Dec 2006 07:50:44 -0600 From: Jason Wessel MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------030109080209020303030606" Subject: [Qemu-devel] [PATCH] FC6 compat compiler fix 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 This is a multi-part message in MIME format. --------------030109080209020303030606 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit When using the gcc34 compiler in FC6 QEMU will not build. It seems that linux/compiler.h is not actually used for anything, as it continues to build fine on other linux varients. signed-off-by: jason.wessel@windriver.com Jason. --------------030109080209020303030606 Content-Type: text/plain; name="host_compiler_fix.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="host_compiler_fix.patch" Index: qemu-101806/usb-linux.c =================================================================== --- qemu-101806.orig/usb-linux.c +++ qemu-101806/usb-linux.c @@ -26,7 +26,6 @@ #if defined(__linux__) #include #include -#include #include #include --------------030109080209020303030606--