OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-806-gd2688a0

Gerrit Code Review gerrit@openafs.org
Thu, 3 Mar 2011 06:40:10 -0800 (PST)


The following commit has been merged in the master branch:
commit d2688a0cf10ddd6767d68179707cb2e21168b118
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Tue Mar 1 14:35:35 2011 +0000

    kernel crypto: Tidy up includes
    
    Don't include the whole of afsincludes.h when building our kernel
    crypto interface, as it can lead to symbol collisions on Fedora 10 and
    later.
    
    Instead, just include rx/rx.h, which is sadly required to get an
    osi_Assert prototype, and explicitly prototype our osi_readRandom()
    function
    
    Change-Id: I55d03d76ac0cc8f490aa30f6986115cefae8f427
    Reviewed-on: http://gerrit.openafs.org/4101
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/crypto/hcrypto/kernel/config.h |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository