On 10/15/2010 04:05 PM, jes.soren...@redhat.com wrote:
+typedef struct timeval qemu_timeval;
+#define qemu_gettimeofday(tp) gettimeofday(tp, NULL);

Argh, trailing semicolon.  Please remove it or use an inline function.

Paolo

Reply via email to