OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_2_1-122-g323d961
Gerrit Code Review
gerrit@openafs.org
Wed, 17 Apr 2013 06:20:22 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 323d961862033496d5d3d5838c02a21eafdb8352
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).
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>
(cherry picked from commit 20a54b02521b40b07e4ec87df55a1e9a2549c881)
Change-Id: I9ee66dbba300d5a68bc294a14dd9463441143371
Reviewed-on: http://gerrit.openafs.org/9661
Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
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 | 83 +++++++++++++++++++++++++++++++++++++
src/config/param.obsd50.h | 84 +++++++++++++++++++++++++++++++++++++
src/config/param.obsd51.h | 85 ++++++++++++++++++++++++++++++++++++++
src/config/param.obsd52.h | 86 ++++++++++++++++++++++++++++++++++++++
src/config/param.obsd53.h | 87 +++++++++++++++++++++++++++++++++++++++
17 files changed, 660 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository