OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-208-geee8bc9

Gerrit Code Review gerrit@openafs.org
Mon, 7 Jun 2010 11:55:52 -0700 (PDT)


The following commit has been merged in the master branch:
commit eee8bc9cf9fa53488abd973249b8b61bc3f61956
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Jun 7 11:42:02 2010 -0500

    AIX: make osi_procname a stub
    
    'curproc', 'curthread', or other such conveniences do not exist on
    AIX, so the current osi_procname implementation breaks the build.
    
    Determining the current process name on AIX is, while possible,
    difficult and error-prone. Since we only need the process name for
    informational messages to users, don't bother trying to determine it,
    and just return the empty string so we can build.
    
    Change-Id: I452a9786d809c3dee3da519cd3d6ca053f8d7ab8
    Reviewed-on: http://gerrit.openafs.org/2094
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/afs/AIX/osi_machdep.h |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository