|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] xs library compilation fix
The tiny patch below fixes a compilation
error.
Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] xs library compilation fix,
Stefan Berger <=
|
|
|
|
|