OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-306-ga4b6ac7

Gerrit Code Review gerrit@openafs.org
Wed, 23 Jun 2010 18:46:35 -0700 (PDT)


The following commit has been merged in the master branch:
commit a4b6ac7a4a51c5655d91b971e4cb7d69f7ffc2b7
Author: Matt Benjamin <matt@linuxbox.com>
Date:   Wed Jun 23 10:26:12 2010 -0400

    windows  don't include assert.h (and afs support headers) in util_cr.c
    
    Don't include afsconfig.h and afs/param.h in util_cr.c, nor
    assert.h.  The assert was included but was in fact not used in
    the file, and can be ommitted, per jaltman.  The OpenAFS
    includes are then not needed.  An incorrect cast is also changed,
    due to jaltman.
    
    Change-Id: I3e1ad7a1d24473d6ad3ce2e401133b25b0a4c795
    Reviewed-on: http://gerrit.openafs.org/2234
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/config/util_cr.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository