aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-01-23 18:03:52 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-01-23 18:03:52 +0000
commit4927ede7c1190049f37be737295f57d0ee4e1330 (patch)
tree815a657addc352fcaa724d3b06d8ad93a6349d14
parent55f145211d51a4b0706c5314f1c595d31980a552 (diff)
downloadxen-4927ede7c1190049f37be737295f57d0ee4e1330.tar.gz
xen-4927ede7c1190049f37be737295f57d0ee4e1330.tar.bz2
xen-4927ede7c1190049f37be737295f57d0ee4e1330.zip
ioemu: fix xc_handle declaration
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
-rw-r--r--tools/ioemu/target-i386-dm/helper2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ioemu/target-i386-dm/helper2.c b/tools/ioemu/target-i386-dm/helper2.c
index d9e5179964..2d347ccfbe 100644
--- a/tools/ioemu/target-i386-dm/helper2.c
+++ b/tools/ioemu/target-i386-dm/helper2.c
@@ -72,7 +72,7 @@ _syscall3(int, modify_ldt, int, func, void *, ptr, unsigned long, bytecount)
int domid = -1;
int vcpus = 1;
-int xc_handle;
+extern int xc_handle;
long time_offset = 0;