OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre1-43-ged7b24c

Gerrit Code Review gerrit@openafs.org
Sat, 22 Jan 2011 13:00:10 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 0678466715bde1148e7a3b553b0cec2f7d1c9c99
Author: Antoine Verheijen <antoine@ualberta.ca>
Date:   Wed Jan 19 11:52:10 2011 -0700

    OpenBSD: Fix use of macros for AFS_KALLOC/AFS_KFREE
    
    The macro definitions for AFS_KALLOC and AFS_KFREE used by
    afs_osi_alloc.c to perform OS-specific memory allocation
    are only defined by the OpenBSD osi_machdep.h header file
    if they already exist, which means: never. This patch fixes
    this situtation and makes sure that afs_osi_alloc.c
    actually uses them, eliminating a direct OS-specific call
    in afs_osi_alloc.c.
    
    Reviewed-on: http://gerrit.openafs.org/3682
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit d5367b5f1494ca2cf09f62d7f2ffa6304e38a648)
    
    Change-Id: I362f1b6ab808ff171cebc429eb74703c7151d026
    Reviewed-on: http://gerrit.openafs.org/3718
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/afs/OBSD/osi_machdep.h |    4 ++--
 src/afs/afs_osi_alloc.c    |    2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository