* [Qemu-devel] [5834] Fix warning from sparse (wrong declaration)
@ 2008-11-30 16:25 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-11-30 16:25 UTC (permalink / raw)
To: qemu-devel
Revision: 5834
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5834
Author: aurel32
Date: 2008-11-30 16:25:17 +0000 (Sun, 30 Nov 2008)
Log Message:
-----------
Fix warning from sparse (wrong declaration)
Fix data type (this fixes a warning from sparse)
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/qemu-tool.c
Modified: trunk/qemu-tool.c
===================================================================
--- trunk/qemu-tool.c 2008-11-30 16:25:05 UTC (rev 5833)
+++ trunk/qemu-tool.c 2008-11-30 16:25:17 UTC (rev 5834)
@@ -81,7 +81,7 @@
int64_t qemu_get_clock(QEMUClock *clock)
{
- struct timeval tv;
+ qemu_timeval tv;
qemu_gettimeofday(&tv);
return (tv.tv_sec * 1000000000LL + (tv.tv_usec * 1000)) / 1000000;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-30 16:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-30 16:25 [Qemu-devel] [5834] Fix warning from sparse (wrong declaration) Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).