|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] linux-2.6-hg tree: hypercall.h:252: error: previous impl
On Fri, May 05, 2006 at 02:24:11PM +0200, Hans-Christian Armingeon wrote:
> Hi,
>
> the current hg tree doesn't compile for me.
Unfortunately the linux-2.6-hg tree lags behind the Xen sparse
kernel tree by a few days. Hopefully someday we'll switch to using the
linux-2.6-hg tree primarily, but ...
In the mean time, this trivial patch works for me.
changeset: 22533:97fc5b1fcfed49b2a5fc996afab68955ca8a12a5
user: Muli Ben-Yehuda <muli@xxxxxxxxxx>
date: Wed May 03 11:11:58 2006 +0300
files: include/asm-i386/mach-xen/asm/hypervisor.h
description:
memcpy needs string.h
diff -r b60863666c0305811e05ecc8ec8317f6a2997f31 -r
97fc5b1fcfed49b2a5fc996afab68955ca8a12a5
include/asm-i386/mach-xen/asm/hypervisor.h
--- a/include/asm-i386/mach-xen/asm/hypervisor.h Wed May 03 10:21:50
2006 +0300
+++ b/include/asm-i386/mach-xen/asm/hypervisor.h Wed May 03 11:11:58
2006 +0300
@@ -38,6 +38,7 @@
#include <linux/kernel.h>
#include <linux/version.h>
#include <linux/errno.h>
+#include <linux/string.h>
#include <xen/interface/xen.h>
#include <xen/interface/dom0_ops.h>
#include <xen/interface/event_channel.h>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|