OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. openafs-stable-1_4_12pre2-11-g19e3801

Gerrit Code Review gerrit@openafs.org
Mon, 8 Feb 2010 19:01:23 -0800 (PST)


The following commit has been merged in the openafs-stable-1_4_x branch:
commit 19e38017671a9acadb77a15f224edf77fb8efbac
Author: Antoine Verheijen <antoine@ualberta.ca>
Date:   Mon Feb 8 15:45:25 2010 -0700

    Add support for OpenBSD 4.6
    
    Add config param header and sysname number for OpenBSD 4.6.
    
    As well, add an additional parameter to a call to ifa_ifwithnet()
    when looking up the MTU for an interface to indicate that the call
    should use the default routing table. With the advent of OpenBSD
    4.6, the system has started to make provisions for multiple routing
    tables which included a change to the calling sequence for this
    routine.
    
    Change-Id: Ia616400094ed36bc6f0e37f86d3b7448d5bd32c2
    (cherry picked from commit ab17ebef16a04180b2ede8c8ed07cd9c1871ae42)
    Reviewed-on: http://gerrit.openafs.org/1261
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/config/afs_sysnames.h      |    1 +
 src/config/param.i386_obsd46.h |   76 ++++++++++++++++++++++++++++++++++++++++
 src/rx/rx_kcommon.c            |    2 +
 3 files changed, 79 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository