OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_72-105-ga31bbd3

Gerrit Code Review gerrit@openafs.org
Sun, 7 Mar 2010 11:52:14 -0800 (PST)


The following commit has been merged in the master branch:
commit a31bbd3123dd7bd5c0f73c1bcd89548d489930a8
Author: Antoine Verheijen <antoine@ualberta.ca>
Date:   Sun Mar 7 14:50:06 2010 -0500

    OpenBSD: eliminate use of VREF() macro
    
    OpenBSD 4.7 (currently in beta) removes the (dummy) VREF() macro from the
    system header files. For at least as far back as OpenBSD 3.6, all this
    macro does is expand to a call to a system routine by the same name in
    lower case. This patch therefore replaces the single OpenBSD use of
    VREF() with a direct call to the routine to which it expanded.
    
    Change-Id: I44888ed1ba7ba8e7150202798def10bed2ab3158
    Reviewed-on: http://gerrit.openafs.org/1532
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

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

-- 
OpenAFS Master Repository