« Previous | Next » 

Revision d7d9b528

IDd7d9b528b105b9e27d9ffa5dd1f773d484a559b4

Added by Blue Swirl over 13 years ago

Fix OpenBSD build warning

Fix this warning:
CC savevm.o
/src/qemu/savevm.c: In function `do_savevm':
/src/qemu/savevm.c:1900: warning: passing arg 1 of `localtime_r' from incompatible pointer type

It looks like on OpenBSD the type of tv_sec in struct timeval is still
'long' instead of time_t as in most other OS. Fix by adding a cast.

Signed-off-by: Blue Swirl <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences