* [PATCH] Trivial build break
@ 2007-09-24 14:32 Alex Williamson
0 siblings, 0 replies; only message in thread
From: Alex Williamson @ 2007-09-24 14:32 UTC (permalink / raw)
To: Keir Fraser; +Cc: xen-devel
I'm surprised this hasn't been fixed yet. x86_64 & ia64 currently
fail to build the staging tree. Thanks,
Alex
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
---
diff -r e73ea74cba30 tools/xentrace/xentrace.c
--- a/tools/xentrace/xentrace.c Mon Sep 24 13:45:57 2007 +0100
+++ b/tools/xentrace/xentrace.c Mon Sep 24 08:20:32 2007 -0600
@@ -121,7 +121,7 @@ void write_buffer(unsigned int cpu, unsi
if ( written != sizeof(rec) )
{
- fprintf(stderr, "Cannot write cpu change (write returned %d)\n",
+ fprintf(stderr, "Cannot write cpu change (write returned %ld)\n",
written);
goto fail;
}
@@ -130,7 +130,7 @@ void write_buffer(unsigned int cpu, unsi
written = write(outfd, start, size);
if ( written != size )
{
- fprintf(stderr, "Write failed! (size %d, returned %d)\n",
+ fprintf(stderr, "Write failed! (size %d, returned %ld)\n",
size, written);
goto fail;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-09-24 14:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-24 14:32 [PATCH] Trivial build break 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.