The following commit has been merged in the master branch:
commit 9dd67783bb2bd9ef8a972a1aac47b1925069a655
Author: Garrett Wollman <[email protected]>
Date: Wed Aug 13 02:32:06 2014 -0400
viced: time_t might not be long
Fix a couple of printf format errors that bite on FreeBSD 10 for i386.
Since time_t might be an int, it can't be printed with a long format.
Since time_t might be a long in general, cast to it to long when
printing.
Change-Id: Iecc4487adee7a64542dd2dc17f94485a6198e707
Reviewed-on: http://gerrit.openafs.org/11385
Tested-by: BuildBot <[email protected]>
Reviewed-by: Benjamin Kaduk <[email protected]>
Reviewed-by: Jeffrey Altman <[email protected]>
src/viced/callback.c | 3 ++-
src/viced/fsprobe.c | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs