OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-974-g8336d31
Gerrit Code Review
gerrit@openafs.org
Tue, 29 Mar 2011 11:38:06 -0700 (PDT)
The following commit has been merged in the master branch:
commit 8336d31ac5092a16cfb206707e69c19f07f99241
Author: Chas Williams (CONTRACTOR) <chas@cmf.nrl.navy.mil>
Date: Wed Mar 16 10:32:48 2011 -0400
rx: always use/protect the xdr routines in the kernel
This clears up some warnings about duplicate symbols with Solaris 11
since the Solaris kernel already has these routines. Since we never
use stock kernel version of the xdr routines perhaps we should always
use/protect our version of the symbols.
Change-Id: I4b5b4a691fb838093aff728469d17c28dccbaaea
Reviewed-on: http://gerrit.openafs.org/4252
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/libuafs/Makefile.common.in | 13 +++++++++++++
src/rx/xdr.h | 2 +-
src/rx/xdr_array.c | 3 ++-
3 files changed, 16 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository