aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xcutils/xc_restore.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xcutils/xc_restore.c')
-rw-r--r--tools/xcutils/xc_restore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xcutils/xc_restore.c b/tools/xcutils/xc_restore.c
index e769c0be31..34fa26edd3 100644
--- a/tools/xcutils/xc_restore.c
+++ b/tools/xcutils/xc_restore.c
@@ -18,9 +18,9 @@
int
main(int argc, char **argv)
{
- unsigned int xc_fd, io_fd, domid, store_evtchn, console_evtchn;
+ unsigned int domid, store_evtchn, console_evtchn;
unsigned int hvm, pae, apic;
- int ret;
+ int xc_fd, io_fd, ret;
unsigned long store_mfn, console_mfn;
if ( argc != 8 )