OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_65-30-g38ffa11

Gerrit Code Review gerrit@openafs.org
Thu, 8 Oct 2009 03:52:48 -0700 (PDT)


The following commit has been merged in the master branch:
commit 38ffa111190548f2648f15dd7f1d3469c7f96e08
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Oct 7 17:14:08 2009 -0500

    xdrproc_t functions take a caddr_t, not caddr_t*
    
    Callers of xdrproc_t functions give the function a foo* as the second
    argument, not a foo**, and the xdrproc_t functions themselves expect
    this. Make the xdrproc_t typedef accurately reflect that, thereby
    ridding us of some warnings.
    
    Reviewed-on: http://gerrit.openafs.org/603
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/rx/xdr.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository