OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-689-g42c5806

Gerrit Code Review gerrit@openafs.org
Mon, 24 Jan 2011 09:39:51 -0800 (PST)


The following commit has been merged in the master branch:
commit 42c5806599c1df65ee8ec1272f691df30ea44d4c
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.
    
    Change-Id: I7e28e6275ca90f73a8d1f65d82f1ccf2cc3a0ead
    Reviewed-on: http://gerrit.openafs.org/3751
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

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

-- 
OpenAFS Master Repository