OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre2-4-gb3ce627
Gerrit Code Review
gerrit@openafs.org
Thu, 17 Feb 2011 14:08:52 -0800 (PST)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit b3ce627af18ebe84436cea57c60544bc74b9026b
Author: Ben Kaduk <kaduk@mit.edu>
Date: Thu Feb 17 15:00:06 2011 -0500
Pull in 64BIT_ENV for FBSD
Support for some newer FreeBSD versions was added after we killed
AFS_64BIT_ENV, but the commit to kill it was not cherry-picked
to openafs-stable-1_6_x. Cherry-picking the new version support
thus introduced a bug, as we still need to define AFS_64BIT_ENV
for these systems on this branch.
We attempted to fix this previously, but that fix was incomplete.
Apply the full fix now.
A direct commit to openafs-stable-1_6_x, as this change is not
relevant for master.
Change-Id: If83edd51552f4719ed80179f7d7423ab15bbb0cb
Reviewed-on: http://gerrit.openafs.org/3976
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/config/param.amd64_fbsd_72.h | 1 +
src/config/param.amd64_fbsd_73.h | 1 +
src/config/param.amd64_fbsd_74.h | 2 ++
src/config/param.amd64_fbsd_82.h | 1 +
src/config/param.i386_fbsd_72.h | 1 +
src/config/param.i386_fbsd_73.h | 1 +
src/config/param.i386_fbsd_74.h | 2 ++
src/config/param.i386_fbsd_82.h | 1 +
8 files changed, 10 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository