OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3360-g20a54b0

Gerrit Code Review gerrit@openafs.org
Tue, 5 Feb 2013 05:49:55 -0800 (PST)


The following commit has been merged in the master branch:
commit 20a54b02521b40b07e4ec87df55a1e9a2549c881
Author: Antoine Verheijen <antoine@ualberta.ca>
Date:   Tue Jan 22 19:24:25 2013 -0700

    OpenBSD: Add config headers for new(er) OS versions.
    
    The OS-specific config header files have not kept up with the
    newer releases of OpenBSD. This patch corrects that by adding
    header files for OpenBSD versions from 4.9 to 5.3 (the newest
    version currently under development).
    
    Change-Id: I5e233cc7b96be2c1c52824653c42d3c6d77d6f50
    Reviewed-on: http://gerrit.openafs.org/8927
    Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 acinclude.m4                    |    5 ++
 src/config/afs_sysnames.h       |   10 +++++
 src/config/param.amd64_obsd49.h |   19 +++++++++
 src/config/param.amd64_obsd50.h |   19 +++++++++
 src/config/param.amd64_obsd51.h |   19 +++++++++
 src/config/param.amd64_obsd52.h |   19 +++++++++
 src/config/param.amd64_obsd53.h |   19 +++++++++
 src/config/param.i386_obsd49.h  |   25 +++++++++++
 src/config/param.i386_obsd50.h  |   25 +++++++++++
 src/config/param.i386_obsd51.h  |   25 +++++++++++
 src/config/param.i386_obsd52.h  |   25 +++++++++++
 src/config/param.i386_obsd53.h  |   25 +++++++++++
 src/config/param.obsd49.h       |   82 +++++++++++++++++++++++++++++++++++++
 src/config/param.obsd50.h       |   83 +++++++++++++++++++++++++++++++++++++
 src/config/param.obsd51.h       |   84 ++++++++++++++++++++++++++++++++++++++
 src/config/param.obsd52.h       |   85 ++++++++++++++++++++++++++++++++++++++
 src/config/param.obsd53.h       |   86 +++++++++++++++++++++++++++++++++++++++
 17 files changed, 655 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository