[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [qemu] Fix typo in previous ia64 build fix (my fault).
# HG changeset patch # User Christian Limpach <Christian.Limpach@xxxxxxxxxxxxx> # Date 1178747426 -3600 # Node ID 305e28c0ef9b5abffd193da88a3bbf5362edf682 # Parent 2b80a4a4020e1c4983f944c0876a5532fdbf0c69 [qemu] Fix typo in previous ia64 build fix (my fault). Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxxx> --- tools/ioemu/hw/mc146818rtc.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 2b80a4a4020e -r 305e28c0ef9b tools/ioemu/hw/mc146818rtc.c --- a/tools/ioemu/hw/mc146818rtc.c Wed May 09 22:12:20 2007 +0100 +++ b/tools/ioemu/hw/mc146818rtc.c Wed May 09 22:50:26 2007 +0100 @@ -412,7 +412,7 @@ void rtc_set_date_from_host(RTCState *s) time_t ti; struct tm *tm; int val; - extern timer_t timeoffset; + extern time_t timeoffset; /* set the CMOS date */ time(&ti); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |