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)
committerJeffrey Altman <jaltman@openafs.org>
Tue, 29 Mar 2011 18:37:34 +0000 (11:37 -0700)
commit8336d31ac5092a16cfb206707e69c19f07f99241
treec96e110d606da185bb975b5982cdd29114056d88
parentc40be933628653f10ecd1ddbb51bf1b786c3b1f3
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
src/rx/xdr.h
src/rx/xdr_array.c