]> git.michaelhowe.org Git - packages/o/openafs.git/commit
FBSD: param.h consistency
authorStephan Wiesand <stephan.wiesand@desy.de>
Wed, 4 Apr 2018 15:09:39 +0000 (17:09 +0200)
committerBenjamin Kaduk <kaduk@mit.edu>
Sat, 14 Apr 2018 02:49:18 +0000 (22:49 -0400)
commitb30f21b8ec494d921c6ac513bf1022d5937ba220
treecbb39d59f1bed0678025a8b2e67b49b8bda8dad3
parenta819cf483e03d32b2213175e19e628d7c3d8194d
FBSD: param.h consistency

Commit 88dc4d93f5ef080da8f56fac453f095e6c79d4a0 ("Add param.h
files for recent FreeBSD") introduced an inconsistency between
the i386 and amd64 param.h files for 11.1 and 12.0 regarding
the *_FBSD101_ENV #defines.

Citing Benjamin Kaduk: "Traditionally we have the param.h for
a FreeBSD N.0 release include the (N-1).Y values that existed
at the time of the N.0 release, and freeze that set of (N-1).Y
values for the lifetime of FreeBSD N.x, if that makes sense."

Given that FreeBSD 11.0 was released shortly after 10.3, and
12.0 is not yet released, consistently #define
*_FBSD10{1..3}_ENV for 11.1 and *_FBSD10{1..4}_ENV for 12.0

Reviewed-on: https://gerrit.openafs.org/12990
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit 154512831966d12c1e32e6271d4ab1440a25b96e)

Change-Id: I5a746beec62f3843526af3f65e0ba03380a5aa41
Reviewed-on: https://gerrit.openafs.org/12997
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/config/param.amd64_fbsd_111.h
src/config/param.amd64_fbsd_120.h
src/config/param.i386_fbsd_111.h
src/config/param.i386_fbsd_120.h