OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-174-ge8bb948
Gerrit Code Review
gerrit@openafs.org
Thu, 12 Aug 2010 15:07:42 -0700 (PDT)
The following commit has been merged in the master branch:
commit e8bb948db17d7e4f734b9785f6f1b09c7efebde9
Author: Chaz Chandler <clc31@inbox.com>
Date: Wed Aug 4 11:17:03 2010 -0700
autoconf detection of label support
acinclude.m4 now has struct label support detection and sets
HAVE_STRUCT_LABEL_SUPPORT in afsconfig.h. Obviates complicated
ifdefs in various src/afs/ and src/rx/ files. Must run regen.sh
to generate new configure and afsconfig.h.in, then configure will
detect label support and set afsconfig.h appropriately. Not sure
what to do for Windows, but should be a step in the right
direction.
Fixes issue with compilation of libuafs on IRIX and sunpro by accurately
detecting label support.
Change-Id: I092eda47c4cfcc2517dc39f5e48b5038c413cb01
Change-Id: I2ff8449b28db645d9cfd27796b5f89e5c328a2b2
Reviewed-on: http://gerrit.openafs.org/2516
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
acinclude.m4 | 18 ++++++++++++++++++
src/afs/afs_dcache.c | 4 ++--
src/afs/afs_fetchstore.c | 4 ++--
src/rx/xdr_len.c | 2 +-
src/rx/xdr_mem.c | 2 +-
src/rx/xdr_rx.c | 2 +-
6 files changed, 25 insertions(+), 7 deletions(-)
--
OpenAFS Master Repository