FBSD: param.h consistency 90/12990/4
authorStephan Wiesand <stephan.wiesand@desy.de>
Wed, 4 Apr 2018 15:09:39 +0000 (17:09 +0200)
committerBenjamin Kaduk <kaduk@mit.edu>
Fri, 6 Apr 2018 00:37:59 +0000 (20:37 -0400)
commit154512831966d12c1e32e6271d4ab1440a25b96e
tree6646bb51d3930f3c6e4f09ebf2de4a2fb101a3a6
parent1a0d68676526a5031d7f06f44d58c6dbb2b65da7
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

Change-Id: Ibb7e6c4caaab7aa97b32eeec7aa0bbe998bb57f7
Reviewed-on: https://gerrit.openafs.org/12990
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