OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-160-g873d803
Gerrit Code Review
gerrit@openafs.org
Fri, 13 May 2022 14:05:23 -0400
The following commit has been merged in the master branch:
commit 7a862f940b2e2f2169e267fc6deb31db8f3534c0
Author: Marcio Barbosa <mbarbosa@sinenomine.net>
Date: Thu Apr 7 03:16:45 2022 +0000
macos: Add support for MacOS 12.0
This commit introduces the new set of changes / files required to
successfully build the OpenAFS source code on OS X 12.0 "Monterey".
Change-Id: Iada9cab596747122c1973654ae4f78d52957c8a6
Reviewed-on: https://gerrit.openafs.org/14923
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/cf/osconf.m4 | 2 +-
src/cf/sysname.m4 | 11 ++
src/config/afs_sysnames.h | 2 +
src/config/param.darwin_210.h | 195 +++++++++++++++++++++++++++++++++
src/libafs/afs.arm_darwin_210.plist.in | 33 ++++++
src/libafs/afs.x86_darwin_210.plist.in | 33 ++++++
6 files changed, 275 insertions(+), 1 deletion(-)
--
OpenAFS Master Repository