OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-68-ga1351d4

Gerrit Code Review gerrit@openafs.org
Wed, 14 Jul 2010 10:33:00 -0700 (PDT)


The following commit has been merged in the master branch:
commit a1351d48410383090befd63b34407caf55b8f654
Author: Russ Allbery <rra@stanford.edu>
Date:   Wed Jul 14 10:02:08 2010 -0700

    Fix ktime test on 64-bit systems
    
    0xffffffff is a bad representation for -1 when the size of the data
    type may vary.  Rather than forcing everything to 32 bits and losing
    later on platforms with 64-bit time_t, change the table to use time_t
    and try to add a cast that will do the right thing.
    
    Change-Id: Id532c9b7a1fc215dc9fd532592fecb2ea45597a0
    Reviewed-on: http://gerrit.openafs.org/2420
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 tests/util/ktime-t.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository