ioemu: replace non-standard ulong with unsigned long Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com> diff -r b0e2c382ffb2 tools/ioemu/target-i386-dm/helper2.c --- a/tools/ioemu/target-i386-dm/helper2.c Thu Jan 17 16:22:30 2008 +0000 +++ b/tools/ioemu/target-i386-dm/helper2.c Fri Jan 18 12:47:35 2008 +0000 @@ -476,7 +476,7 @@ { char b[64]; - time_offset += (ulong)req->data; + time_offset += (unsigned long)req->data; fprintf(logfile, "Time offset set %ld, added offset %ld\n", time_offset, req->data); sprintf(b, "%ld", time_offset); _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel