OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-655-g5ff6c88

Gerrit Code Review gerrit@openafs.org
Wed, 19 Jan 2011 13:41:50 -0800 (PST)


The following commit has been merged in the master branch:
commit 5ff6c88fcc0c35843e91dc45e4bd297efd0d4445
Author: Antoine Verheijen <antoine@ualberta.ca>
Date:   Wed Jan 19 13:30:24 2011 -0700

    OpenBSD: Fix parameters in call to afs_close()
    
    OpenBSD passes an extra parameter in a call to afs_close()
    in its OS-specific code. It went undetected in the past
    but now causes compile headaches because of more accurate
    prototypes in the header file. This patch removes the
    offending extra parameter (which never actually caused any
    problems because it was the last one in the parameter list).
    
    Change-Id: I6bde0c6c98867c47a574fa5e3e01ec560deb17b0
    Reviewed-on: http://gerrit.openafs.org/3685
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/afs/OBSD/osi_vnodeops.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository