The tiny patch below fixes a compilation error.
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Index: root/xen-unstable.hg/tools/python/xen/lowlevel/xs/xs.c
==================================================================---
root.orig/xen-unstable.hg/tools/python/xen/lowlevel/xs/xs.c
+++ root/xen-unstable.hg/tools/python/xen/lowlevel/xs/xs.c
@@ -172,7 +172,7 @@ static PyObject *xspy_ls(PyObject *self,
char *path;
char **xsval;
- int xsval_n;
+ unsigned int xsval_n;
if (!parse_transaction_path(self, args, kwds, &xh, &th, &path))
return NULL;
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel