OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-263-g9579d09

Gerrit Code Review gerrit@openafs.org
Mon, 14 Jun 2010 11:55:10 -0700 (PDT)


The following commit has been merged in the master branch:
commit 9579d09533d4f94c38bb4755c6df90552483b7b6
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Mon Jun 14 13:36:32 2010 -0400

    Windows: fix definition of lstat() macro
    
    The lstat() macro definition has to take into account
    the version of the compiler and the size of time_t.
    
    Change-Id: Id7ad8c3956bba9832cc028db628cfabe58a1d8d9
    Reviewed-on: http://gerrit.openafs.org/2158
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/config/param.amd64_w2k.h |   11 ++++++++++-
 src/config/param.i386_nt40.h |    4 ++++
 src/config/param.i386_w2k.h  |   10 +++++++++-
 src/config/param.i64_w2k.h   |   10 +++++++++-
 4 files changed, 32 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository