OpenAFS Master Repository branch, master, updated. 54b13240943e1a4f244d412892d0d266def42a5e

Gerrit Code Review gerrit@openafs.org
Thu, 16 Jul 2009 10:49:20 -0700 (PDT)


The following commit has been merged in the master branch:
commit 54b13240943e1a4f244d412892d0d266def42a5e
Author: Russ Allbery <rra@stanford.edu>
Date:   Wed Jul 15 00:47:09 2009 -0700

    Demystify catopen return value in fstrace
    
    For some reason, the code was, on all platforms other than Digital
    UNIX, assigning the return value of catopen to an integer, with
    and then immediately assigning it to an nl_catd (the actual return
    value type).  Remove all of that and store the return value directly
    in an nl_catd variable.
    
    Reviewed-on: http://gerrit.openafs.org/93
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Verified-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/venus/fstrace.c |   18 ++----------------
 1 files changed, 2 insertions(+), 16 deletions(-)

-- 
OpenAFS Master Repository