OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-devel-1_5_78-15-gc0b38dc
Gerrit Code Review
gerrit@openafs.org
Mon, 6 Dec 2010 18:26:15 -0800 (PST)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit c0b38dc2970148fc9d0efc43ce1476454d7a2520
Author: Ben Kaduk <kaduk@mit.edu>
Date: Fri Nov 26 23:28:50 2010 -0500
Catch up on FBSD releases
Add param.foo.h and sysname entries for the past and forthcoming
FreeBSD 7.2, 7.3, 7.4, and 8.2 releases. Also update the
MakefileProto.FBSD.ins that need touching, simplifying the libuafs
one in the process.
Reviewed-on: http://gerrit.openafs.org/3389
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit a4e4ed9de93d202d21cab4c40d37fcfacc85694e)
Change-Id: Icccc9f116c707a9af776f59231fc4999865b6344
Reviewed-on: http://gerrit.openafs.org/3457
Tested-by: Derrick Brashear <shadow@dementia.org>
src/config/afs_sysnames.h | 8 ++
src/config/param.amd64_fbsd_72.h | 201 +++++++++++++++++++++++++++++++++++
src/config/param.amd64_fbsd_73.h | 204 ++++++++++++++++++++++++++++++++++++
src/config/param.amd64_fbsd_74.h | 207 +++++++++++++++++++++++++++++++++++++
src/config/param.amd64_fbsd_82.h | 207 +++++++++++++++++++++++++++++++++++++
src/config/param.i386_fbsd_72.h | 199 +++++++++++++++++++++++++++++++++++
src/config/param.i386_fbsd_73.h | 202 ++++++++++++++++++++++++++++++++++++
src/config/param.i386_fbsd_74.h | 205 ++++++++++++++++++++++++++++++++++++
src/config/param.i386_fbsd_82.h | 205 ++++++++++++++++++++++++++++++++++++
src/libafs/MakefileProto.FBSD.in | 8 +-
src/libuafs/MakefileProto.FBSD.in | 4 +-
11 files changed, 1643 insertions(+), 7 deletions(-)
--
OpenAFS Master Repository