OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-540-gac1c4b3
Gerrit Code Review
gerrit@openafs.org
Mon, 6 Dec 2010 21:39:21 -0800 (PST)
The following commit has been merged in the master branch:
commit ac1c4b30ba25ce49fdd18f37399a1194d934ab8e
Author: Andrew Deason <adeason@sinenomine.net>
Date: Mon Dec 6 14:27:22 2010 -0600
RX: Always define kernel XDR symbols to be AFS XDR
Always define xdr_foo to afs_xdr_foo when we're in the kernel.
Otherwise, we can get warnings that our xdr_foo symbols are colliding
with the xdr_foo symbols from the kernel.
Change-Id: I74b2cdd24f01734c2c36506bb5bab0b386d46094
Reviewed-on: http://gerrit.openafs.org/3465
Tested-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/rx/xdr.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository