WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] linux-2.6-hg tree: hypercall.h:252: error: previous impl

To: Hans-Christian Armingeon <mog.johnny@xxxxxxx>
Subject: Re: [Xen-devel] linux-2.6-hg tree: hypercall.h:252: error: previous implicit declaration of ‘memcpy’ was here
From: Muli Ben-Yehuda <muli@xxxxxxxxxx>
Date: Mon, 8 May 2006 15:26:54 +0300
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 08 May 2006 05:27:20 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <200605051424.12514.mog.johnny@xxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <200605051424.12514.mog.johnny@xxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.11
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

<Prev in Thread] Current Thread [Next in Thread>