|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [PATCH] Fix compilation error in tools
Summary: Fixes compilation error
Unmodified (without patch) code does not compile on stock SLES10 systems.
Signed-off-by: Maria Butrico <butrico@xxxxxxxxxxxxxx>
diff -r 279843441136 tools/libxc/powerpc64/xc_linux_build.c
--- a/tools/libxc/powerpc64/xc_linux_build.c Wed Aug 16 17:19:38 2006 -0500
+++ b/tools/libxc/powerpc64/xc_linux_build.c Sat Aug 19 18:43:16 2006 -0400
@@ -173,7 +173,7 @@ static int load_devtree(
struct boot_param_header *header;
uint64_t *prop;
unsigned int devtree_size;
- unsigned int proplen;
+ int proplen;
int rc = 0;
header = devtree;
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [XenPPC] [PATCH] Fix compilation error in tools,
Maria Butrico <=
|
|
|
|
|