]> git.michaelhowe.org Git - packages/o/openafs.git/commit
rx: always use/protect the xdr routines in the kernel
authorChas Williams (CONTRACTOR) <chas@cmf.nrl.navy.mil>
Wed, 16 Mar 2011 14:32:48 +0000 (10:32 -0400)
committerDerrick Brashear <shadow@dementia.org>
Thu, 19 May 2011 15:35:26 +0000 (08:35 -0700)
commit0d02d71908a624406e730a334dd9e0ec5f2dbad8
tree56299feeaf10032ec2aeeb2c1d446836e3af8019
parentc7eb1f9eacf54aa8224ab7f2b8369c739a45726c
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.

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>
(cherry picked from commit 8336d31ac5092a16cfb206707e69c19f07f99241)

Change-Id: Iebf4470f5ddfc591f52f51d1d080bd58d11683a8
Reviewed-on: http://gerrit.openafs.org/4682
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/libuafs/Makefile.common.in
src/rx/xdr.h
src/rx/xdr_array.c