|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] build problem with new ioemu
On 18/7/08 13:59, "Christoph Egger" <Christoph.Egger@xxxxxxx> wrote:
>> Old code did:
>> /* 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>
>>
>> Not sure which is the better solution
>>
>> Pat
>
> This patch works. Tnx.
>
> Keir: Please apply it.
IanJ is on it.
The old approach is better than linux/compiler.h since not all systems have
that header (and if they do, may not define __user).
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|