The following commit has been merged in the openafs-stable-1_6_x branch:
commit 396679c7cf78d0e35171d0e101c4ec17b8d6c858
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.
    
    Reviewed-on: http://gerrit.openafs.org/11385
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>
    (cherry picked from commit 9dd67783bb2bd9ef8a972a1aac47b1925069a655)
    
    Change-Id: Icda432863a36169857a20300ab936a1a72de7891
    Reviewed-on: http://gerrit.openafs.org/11404
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Chas Williams - CONTRACTOR <[email protected]>
    Reviewed-by: D Brashear <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/viced/callback.c |    2 +-
 src/viced/fsprobe.c  |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to