[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XenPPC] [xenppc-unstable] [ppc] fix differ in signednes warnings
# HG changeset patch # User Jimi Xenidis <jimix@xxxxxxxxxxxxxx> # Node ID 32b10ed507f1f4c8ce4f0e10c9f8a2e4e124e2ae # Parent c0c2944f31649ae98d57d80d7f7df8b5c2fbf19e [ppc] fix differ in signednes warnings --- tools/libxc/xc_ppc_linux_build.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r c0c2944f3164 -r 32b10ed507f1 tools/libxc/xc_ppc_linux_build.c --- a/tools/libxc/xc_ppc_linux_build.c Tue Jun 13 10:35:59 2006 -0500 +++ b/tools/libxc/xc_ppc_linux_build.c Tue Jun 13 15:00:54 2006 -0400 @@ -184,7 +184,7 @@ unsigned long spin_list[] = { }; /* XXX yes, this is a hack */ -static void hack_kernel_img(uint8_t *img) +static void hack_kernel_img(char *img) { const off_t file_offset = 0x10000; unsigned long *addr = spin_list; @@ -205,7 +205,7 @@ static int load_kernel( xen_pfn_t *page_array) { struct load_funcs load_funcs; - uint8_t *kernel_img; + char *kernel_img; unsigned long kernel_size; int rc; _______________________________________________ Xen-ppc-devel mailing list Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ppc-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |