OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_72-111-g2724e9e

Gerrit Code Review gerrit@openafs.org
Mon, 8 Mar 2010 21:12:26 -0800 (PST)


The following commit has been merged in the master branch:
commit 2724e9ee8544ad5bf598e6552ab9a42ed615aa88
Author: Ben Kaduk <kaduk@mit.edu>
Date:   Mon Mar 8 23:38:15 2010 -0500

    Export prototypes for osi_fbsd_{alloc,free} for use in rx
    
    Include prototypes for osi_fbsd_alloc() and osi_fbsd_free() in
    osi_machdep.h, since afs_prototypes.h is not included when compiling
    the rx code.  afs_osi_Alloc_NoSleep is #defined to be osi_fbsd_free,
    and is used in the rx code; if the prototype for the latter is not
    included, then int is assumed for all parameters and return values,
    which breaks the calling convention for 64-bit pointers.
    
    Change-Id: I3d7575525f159097d1f8ca9ecb22af9f27b63111
    Reviewed-on: http://gerrit.openafs.org/1541
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/afs/FBSD/osi_machdep.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository