diff -r 5569f833d162 tools/fs-back/fs-ops.c --- a/tools/fs-back/fs-ops.c Mon Aug 04 23:00:30 2008 +0100 +++ b/tools/fs-back/fs-ops.c Tue Aug 05 10:43:00 2008 +0200 @@ -282,7 +282,7 @@ static void dispatch_stat(struct fs_moun /* Stat, and create the response */ ret = fstat(fd, &stat); printf("Mode=%o, uid=%d, a_time=%ld\n", - stat.st_mode, stat.st_uid, stat.st_atime); + stat.st_mode, stat.st_uid, (long)stat.st_atime); /* Get a response from the ring */ rsp_idx = mount->ring.rsp_prod_pvt++;