qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] FC6 compat compiler fix


From: Jason Wessel
Subject: [Qemu-devel] [PATCH] FC6 compat compiler fix
Date: Fri, 08 Dec 2006 07:50:44 -0600
User-agent: Thunderbird 1.5.0.8 (Windows/20061025)

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: address@hidden

Jason.
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 <dirent.h>
 #include <sys/ioctl.h>
-#include <linux/compiler.h>
 #include <linux/usbdevice_fs.h>
 #include <linux/version.h>
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]