OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. openafs-stable-1_4_12-69-g2ebe1fa

Gerrit Code Review gerrit@openafs.org
Tue, 7 Dec 2010 12:51:22 -0800 (PST)


The following commit has been merged in the openafs-stable-1_4_x branch:
commit 2ebe1fa117351beb4dc559d630ca8a744d47422b
Author: Antoine Verheijen <antoine@ualberta.ca>
Date:   Wed Dec 1 13:22:45 2010 -0700

    OpenBSD: Use Darwin version of afsi_SetServerIPRank() for OpenBSD 4.7 and above.
    
    With OpenBSD 4.7, the ia_subnet and ia_subnetmask fields have been removed
    from the in_ifaddr structure as part of a cleanup that considers them
    unnecessary. Thus, the version of afsi_SetServerIPRank() that OpenBSD was
    using no longer compiles. On the other hand, the Darwin version of this
    routine seems suited to OpenBSD's needs since it doesn't use those fields
    so we'll use that version for OpenBSD 4.7 and above instead.
    
    Reviewed-on: http://gerrit.openafs.org/3405
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 2d2ac3ca5fbd221d297861c0b5c409e9e004545c)
    
    Change-Id: I875244d3ccb560f3261bd036e77b30a0d69b3e50
    Reviewed-on: http://gerrit.openafs.org/3478
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

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

-- 
OpenAFS Master Repository