WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [qemu] Fix ia64 build.

# HG changeset patch
# User Christian Limpach <Christian.Limpach@xxxxxxxxxxxxx>
# Date 1178745140 -3600
# Node ID 2b80a4a4020e1c4983f944c0876a5532fdbf0c69
# Parent  6e597e529fea00ec1d266921abe6f2966fbdc263
[qemu] Fix ia64 build.

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 tools/ioemu/hw/mc146818rtc.c |    1 +
 1 files changed, 1 insertion(+)

diff -r 6e597e529fea -r 2b80a4a4020e tools/ioemu/hw/mc146818rtc.c
--- a/tools/ioemu/hw/mc146818rtc.c      Wed May 09 18:53:02 2007 +0100
+++ b/tools/ioemu/hw/mc146818rtc.c      Wed May 09 22:12:20 2007 +0100
@@ -412,6 +412,7 @@ void rtc_set_date_from_host(RTCState *s)
     time_t ti;
     struct tm *tm;
     int val;
+    extern timer_t timeoffset;
 
     /* set the CMOS date */
     time(&ti);

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [qemu] Fix ia64 build., Xen patchbot-unstable <=