The following commit has been merged in the master branch:
commit 2724e9ee8544ad5bf598e6552ab9a42ed615aa88
Author: Ben Kaduk <[email protected]>
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 <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

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

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to