]> git.michaelhowe.org Git - packages/o/openafs.git/commit
OpenBSD: Add config headers for new(er) OS versions.
authorAntoine Verheijen <antoine@ualberta.ca>
Wed, 23 Jan 2013 02:24:25 +0000 (19:24 -0700)
committerStephan Wiesand <stephan.wiesand@desy.de>
Wed, 17 Apr 2013 13:19:41 +0000 (06:19 -0700)
commit323d961862033496d5d3d5838c02a21eafdb8352
tree26cf0e67ebd6903da1e3765fd1c8eef52e80faf3
parent1243f1c034af37079501c5d546a613c406bc32d5
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>
17 files changed:
acinclude.m4
src/config/afs_sysnames.h
src/config/param.amd64_obsd49.h [new file with mode: 0644]
src/config/param.amd64_obsd50.h [new file with mode: 0644]
src/config/param.amd64_obsd51.h [new file with mode: 0644]
src/config/param.amd64_obsd52.h [new file with mode: 0644]
src/config/param.amd64_obsd53.h [new file with mode: 0644]
src/config/param.i386_obsd49.h [new file with mode: 0644]
src/config/param.i386_obsd50.h [new file with mode: 0644]
src/config/param.i386_obsd51.h [new file with mode: 0644]
src/config/param.i386_obsd52.h [new file with mode: 0644]
src/config/param.i386_obsd53.h [new file with mode: 0644]
src/config/param.obsd49.h [new file with mode: 0644]
src/config/param.obsd50.h [new file with mode: 0644]
src/config/param.obsd51.h [new file with mode: 0644]
src/config/param.obsd52.h [new file with mode: 0644]
src/config/param.obsd53.h [new file with mode: 0644]