OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre1-94-gb9707d7

Gerrit Code Review gerrit@openafs.org
Thu, 3 Feb 2011 03:45:50 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 451706f5cb2a616ae2ffd2a2e120cbbdb2351fe8
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Fri Jan 14 00:13:49 2011 -0500

    Windows: osilog param size is size_t
    
    The parameter size is size_t which permits pointers to be stored
    on 32-bit and 64-bit systems.  Make sure we store it as size_t
    instead of truncating to long.
    
    Reviewed-on: http://gerrit.openafs.org/3657
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    (cherry picked from commit e50cab06c4a5dad37b27f411dfd511130567726d)
    
    Change-Id: Ifff3cc8d9424c74d39a792f83b838965af95faea
    Reviewed-on: http://gerrit.openafs.org/3819
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/WINNT/client_osi/osilog.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository