[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [QEMU] A better build fix for qemu-dm.
# HG changeset patch # User kfraser@xxxxxxxxxxxxxxxxxxxxx # Node ID ba7487569374378b398a1b134ea108a6a8209b4b # Parent c4f3f719d997522ae82e065d4f93d5af6494a750 [QEMU] A better build fix for qemu-dm. This extends 11592:5c58df8c78851d47bf7130308895c4e0ac5fa5ad Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx> --- tools/ioemu/usb-linux.c | 3 +++ 1 files changed, 3 insertions(+) diff -r c4f3f719d997 -r ba7487569374 tools/ioemu/usb-linux.c --- a/tools/ioemu/usb-linux.c Sat Sep 23 14:54:58 2006 +0100 +++ b/tools/ioemu/usb-linux.c Sat Sep 23 16:23:11 2006 +0100 @@ -26,6 +26,9 @@ #if defined(__linux__) #include <dirent.h> #include <sys/ioctl.h> +/* Some versions of usbdevice_fs.h need __user to be defined for them. */ +/* This may (harmlessly) conflict with a definition in linux/compiler.h. */ +#define __user #include <linux/usbdevice_fs.h> #include <linux/version.h> _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |