The following commit has been merged in the master branch:
commit 2f9df771bbe418b9d1a3797a844c6965d0c1325f
Author: Ben Kaduk <[email protected]>
Date:   Sat Mar 6 14:51:17 2010 -0500

    Be type correct in osi_ThreadUnique() for FBSD
    
    Formerly, in AFS_FBSD50_ENV, we used curproc for the ThreadUnique
    value; however, curproc (#defined as curthread->td_proc) is a
    struct proc *, not an actual pid.  (As such, it suffers from
    a 32/64-bit mismatch on 64-bit systems.)  Use the correct value,
    curproc->p_pid, instead.
    
    Change-Id: If07ef3b0814c0fee63b62d2f36fa94d6e45573b9
    Reviewed-on: http://gerrit.openafs.org/1528
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

 src/afs/afs_osi.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

Reply via email to