OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-771-gcfb5424

Gerrit Code Review gerrit@openafs.org
Mon, 21 Feb 2011 09:12:03 -0800 (PST)


The following commit has been merged in the master branch:
commit cfb5424768c749520c534f8c6d22161cee1daa53
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Sat Feb 19 21:14:11 2011 -0600

    HPUX: Fix osi_debug.c includes
    
    osi_debug.c was trying to include fcrypt.h and private_data.h. But the
    former is in the rx subdirectory, and the latter is in src/rxkad. So,
    specify a more complete path for fcrypt.h, and put src/rxkad in the
    include list for osi_debug.c so we can build again.
    
    Change-Id: I5754f56354f40bd3697ac286cb0820041fda0b00
    Reviewed-on: http://gerrit.openafs.org/4024
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Tested-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/afs/HPUX/osi_debug.c      |    2 +-
 src/libafs/Makefile.common.in |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository