OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1873-gc6a22d6

Gerrit Code Review gerrit@openafs.org
Fri, 11 Nov 2011 04:41:57 -0800 (PST)


The following commit has been merged in the master branch:
commit c6a22d67ff9787ace2249d528eb9db99c5b19427
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Nov 10 15:18:41 2011 -0600

    SOLARIS: Do not build x86 kernel module on 5.11
    
    Oracle Solaris 11 no longer supports x86 (amd64 is required). If we
    try to build the x86 module, /usr/include/sys/kobj.h complains that
    the ISA is unsupported, and refuses to go on. So, just remove
    MODLOAD32 from the libafs directories to build on sunx86_511.
    
    Change-Id: Ic18936d1a0f53ed290d885617d313347aa6ce87a
    Reviewed-on: http://gerrit.openafs.org/5835
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/libafs/MakefileProto.SOLARIS.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository