OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-85-gf2ac483

Gerrit Code Review gerrit@openafs.org
Sun, 9 May 2010 18:04:02 -0700 (PDT)


The following commit has been merged in the master branch:
commit f2ac483c2bdb018c4f225d2781f15b7926d5063b
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sun May 9 20:46:11 2010 -0400

    Windows: define HAVE_SSIZE_T
    
    The windows param.*.h files define the ssize_t type.
    Therefore, we must define HAVE_SSIZE_T in order to avoid
    a collision with the ssize_t typedef in afs/stds.h.
    
    Change-Id: Ie34cb565f09acfffe985476d24dbca917b05c5db
    Reviewed-on: http://gerrit.openafs.org/1936
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/config/param.amd64_w2k.h |    1 +
 src/config/param.i386_nt40.h |    1 +
 src/config/param.i386_w2k.h  |    1 +
 src/config/param.i64_w2k.h   |    1 +
 4 files changed, 4 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository