OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre1-137-g280b4c4

Gerrit Code Review gerrit@openafs.org
Tue, 8 Feb 2011 06:53:19 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 280b4c44056a7f8bafe7e8a1d547d254df4ad5bc
Author: Antoine Verheijen <antoine@ualberta.ca>
Date:   Mon Jan 24 00:38:03 2011 -0700

    OpenBSD: Eliminate complaint about built-in malloc.
    
    With OpenBSD 4.8, OpenBSD now uses gcc 4. With its new
    defaults, the OpenAFS compile of the kernel module now
    complains incessantly about the conflict between the
    built-in malloc versus the kernel version (which has
    extra parameters). Therefore, set -fno-builtin-malloc
    when compiling the kernel module to remove the noise
    since the differences can't be reconciled otherwise.
    
    Reviewed-on: http://gerrit.openafs.org/3751
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 42c5806599c1df65ee8ec1272f691df30ea44d4c)
    
    Change-Id: I311d9c642d6272acd229a64a6a72eedf7dd39018
    Reviewed-on: http://gerrit.openafs.org/3862
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

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

-- 
OpenAFS Master Repository