Re: [Qemu-devel] [PATCH] Don't include

2006-09-11 Thread David Woodhouse
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 -- wh

Re: [Qemu-devel] [PATCH] Don't include

2006-09-11 Thread Fabrice Bellard
The problem is that without this header it does not compile on some distributions (see old mailing list messages). Fabrice. David Woodhouse wrote: This file is not one of the kernel headers which is exported to userspace by the kernel. It should not exist in /usr/include/linux and certainly sh

[Qemu-devel] [PATCH] Don't include

2006-09-11 Thread David Woodhouse
This file is not one of the kernel headers which is exported to userspace by the kernel. It should not exist in /usr/include/linux and certainly shouldn't be included by userspace programs. diff -Naupr qemu-0.8.2.orig/usb-linux.c qemu-0.8.2/usb-linux.c --- qemu-0.8.2.orig/usb-linux.c 2006-07-22 19