OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-681-gcd6bd75
Gerrit Code Review
gerrit@openafs.org
Sat, 22 Jan 2011 12:59:14 -0800 (PST)
The following commit has been merged in the master branch:
commit cd6bd75d1c97ce87ab1597d80fcd3cee2ea18825
Author: Antoine Verheijen <antoine@ualberta.ca>
Date: Fri Jan 21 09:25:22 2011 -0700
OpenBSD: Make OpenBSD 4.7 param headers consistent
OpenBSD follows the policy of using a separate common
param file (post 1.4.x). However, when introducing support
for i386 OpenBSD 4.7, this was not done and a single param
config header file was created instead. This patch changes
the param files for OpenBSD 4.7 so that they are
consistent with the other OpenBSD versions by using a
separate common param header file.
Change-Id: I9d828d2447a2d018eeea0fbe9f4c047ac819d209
Reviewed-on: http://gerrit.openafs.org/3725
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
acinclude.m4 | 1 +
src/config/afs_sysnames.h | 1 +
src/config/param.amd64_obsd47.h | 19 ++++++++++
src/config/param.i386_obsd47.h | 72 +++---------------------------------
src/config/param.obsd47.h | 76 +++++++++++++++++++++++++++++++++++++++
5 files changed, 103 insertions(+), 66 deletions(-)
--
OpenAFS Master Repository