OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-488-ga4e4ed9

Gerrit Code Review gerrit@openafs.org
Sat, 27 Nov 2010 07:43:11 -0800 (PST)


The following commit has been merged in the master branch:
commit a4e4ed9de93d202d21cab4c40d37fcfacc85694e
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.
    
    Change-Id: I6a7ff217572daac96f6fa6eb104eb7b1305c5ff6
    Reviewed-on: http://gerrit.openafs.org/3389
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-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