I needed the following patch to make kvm-59 compile on SUSE 10.2. Yes it's
a bug in the standard includes.

-Andi

diff -u kvm-59/qemu/usb-linux.c-o kvm-59/qemu/usb-linux.c
--- kvm-59/qemu/usb-linux.c-o   2008-01-01 10:20:24.000000000 +0100
+++ kvm-59/qemu/usb-linux.c     2008-01-13 17:16:46.000000000 +0100
@@ -26,6 +26,8 @@
 #include "console.h"
 
 #if defined(__linux__)
+#define __user
+
 #include <dirent.h>
 #include <sys/ioctl.h>
 #include <linux/usbdevice_fs.h>

-Andi

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to