All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ioemu: fix xc_handle declaration
@ 2008-01-23 17:16 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-01-23 17:16 UTC (permalink / raw)
  To: xen-devel

ioemu: fix xc_handle declaration

Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>

diff -r c364f80eb4b5 tools/ioemu/target-i386-dm/helper2.c
--- a/tools/ioemu/target-i386-dm/helper2.c	Wed Jan 23 13:27:21 2008 +0000
+++ b/tools/ioemu/target-i386-dm/helper2.c	Wed Jan 23 17:11:15 2008 +0000
@@ -72,7 +72,7 @@ int domid = -1;
 int domid = -1;
 int vcpus = 1;
 
-int xc_handle;
+extern int xc_handle;
 
 long time_offset = 0;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-23 17:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-23 17:16 [PATCH] ioemu: fix xc_handle declaration Samuel Thibault

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.