[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Small build fix to Python xenstore interface library.
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 715184c8174997f68be3becf502b5df6d6b5a08f # Parent aad88a902892b061ea70a71d9d0881ef484bff5a Small build fix to Python xenstore interface library. Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx> diff -r aad88a902892 -r 715184c81749 tools/python/xen/lowlevel/xs/xs.c --- a/tools/python/xen/lowlevel/xs/xs.c Sat Nov 19 09:37:14 2005 +++ b/tools/python/xen/lowlevel/xs/xs.c Sun Nov 20 09:18:29 2005 @@ -172,7 +172,7 @@ char *path; char **xsval; - int xsval_n; + unsigned int xsval_n; if (!parse_transaction_path(self, args, kwds, &xh, &th, &path)) return NULL; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |