OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3275-ge130b34

Gerrit Code Review gerrit@openafs.org
Mon, 21 Jan 2013 04:33:48 -0800 (PST)


The following commit has been merged in the master branch:
commit e130b342eb9aab06f6581f7cc9d5e64741ee3146
Author: Antoine Verheijen <antoine@ualberta.ca>
Date:   Mon Jan 21 01:48:01 2013 -0700

    OpenBSD: Add support for missing routine memmove() in kernel.
    
    OpenBSD does not have the memmove() routine available to dynamically
    loaded modules in its kernel. It exists but is not exported so it
    winds up "mia" on dynamic load of the kernel module. It's needed for
    the Heimdal code that's been added into OpenAFS. This patch deals
    with this issue by creating an inline version in the OS-specific
    param.h file.
    
    Note that this issue does not seem to exist in the amd64 version of
    OpenBSD so (at least for now) tis fix is only applied to the i386
    version of the header files.
    
    Change-Id: Ide8a5ff49cb662e145fd93aefd8e3a12d7cbead5
    Reviewed-on: http://gerrit.openafs.org/8926
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/config/param.i386_obsd46.h |    9 +++++++++
 src/config/param.i386_obsd47.h |    9 +++++++++
 src/config/param.i386_obsd48.h |    9 +++++++++
 3 files changed, 27 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository