The following commit has been merged in the master branch:
commit d0f2ffcaa3728bbcccf63b37ab1a52e8b45ede96
Author: Andrew Deason <[email protected]>
Date:   Fri Aug 14 16:17:11 2009 -0500

    Make osi_GetTime work on 64-bit libuafs
    
    libuafs was previously using an implementation of osi_GetTime (and
    thus clock_GetTime) that required 32-bit time_t's to work properly.
    Instead, just use the non-kernel osi_GetTime for UKERNEL, since we're
    just in userspace either way.
    
    Change-Id: I4f2d060f7e2aaeaaa3fe164aca6bee5333de4583
    Reviewed-on: http://gerrit.openafs.org/1714
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

 src/rx/rx_clock.h  |    4 ++--
 src/rx/rx_packet.h |    2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

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

Reply via email to