* [PATCH] trivial ia64 tools build fix
@ 2006-03-14 5:03 Alex Williamson
0 siblings, 0 replies; only message in thread
From: Alex Williamson @ 2006-03-14 5:03 UTC (permalink / raw)
To: Keir Fraser; +Cc: xen-devel, xen-ia64-devel
Keir,
This trivial patch fixes a build error in some ia64 specific code in
xc_linux_build.c. This is only seen with the previous patch that
enables -Werror on ia64. Thanks,
Alex
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
---
diff -r 36cf47cfea4e tools/libxc/xc_linux_build.c
--- a/tools/libxc/xc_linux_build.c Mon Mar 13 15:06:58 2006 +0100
+++ b/tools/libxc/xc_linux_build.c Mon Mar 13 21:47:13 2006 -0700
@@ -472,7 +472,6 @@ static int setup_guest(int xc_handle,
unsigned long start_page, pgnr;
start_info_t *start_info;
int rc;
- unsigned long i;
rc = probeimageformat(image, image_size, &load_funcs);
if ( rc != 0 )
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-03-14 5:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-14 5:03 [PATCH] trivial ia64 tools build fix Alex Williamson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.