[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.