[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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |