OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1712-g60a6454

Gerrit Code Review gerrit@openafs.org
Wed, 28 Sep 2011 14:00:57 -0700 (PDT)


The following commit has been merged in the master branch:
commit 60a6454d80c760aa8768ba64f7c5bab24f897c7b
Author: Rod Widdowson <rdw@steadingsoftware.com>
Date:   Wed Sep 28 16:46:00 2011 +0100

    Windows: Remove spurious use of CRTL
    
    Checkins b71a2daa and 5247fa38a moved us from using a FILE*
    to using an FDi_t.  However, lurking inside the dump code we
    see a use of _filelength() which is a MS-Crtl API.
    
    This checkin replaces this call with one to the WIN32 API
    GetFileSizeEx.
    
    Change-Id: I6ecc25a52d083f918bd8d92670b05f12e58e4015
    Reviewed-on: http://gerrit.openafs.org/5511
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/volser/dumpstuff.c |    8 +++++++-
 src/volser/vol-dump.c  |    8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository