From c640653a6b947c9feeb2df57ad8a64686813bcc0 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 24 Jan 2008 14:53:46 +0000 Subject: [PATCH] ioemu: fix xc_handle declaration Signed-off-by: Samuel Thibault xen-unstable changeset: 16865:019f5bd23ea5aae89bc4e39d49d7bb838333fcbc xen-unstable date: Wed Jan 23 18:03:52 2008 +0000 --- tools/ioemu/target-i386-dm/helper2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ioemu/target-i386-dm/helper2.c b/tools/ioemu/target-i386-dm/helper2.c index b9cb8ce43..2ec7c01f0 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; -- 2.39.5