OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_73_3-22-gd0f2ffc

Gerrit Code Review gerrit@openafs.org
Fri, 9 Apr 2010 12:16:56 -0700 (PDT)


The following commit has been merged in the master branch:
commit d0f2ffcaa3728bbcccf63b37ab1a52e8b45ede96
Author: Andrew Deason <adeason@sinenomine.net>
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 <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

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

-- 
OpenAFS Master Repository