OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_72-29-g6201628
Gerrit Code Review
gerrit@openafs.org
Wed, 17 Feb 2010 10:49:53 -0800 (PST)
The following commit has been merged in the master branch:
commit 62016280224d6532f0807e9637b3c38cf025c7fe
Author: Derrick Brashear <shadow@dementia.org>
Date: Wed Feb 17 13:26:43 2010 -0500
kill macos prior to panther
we haven't had a 10.2 machine to build on in quite a while...
might as well pull it, it probably doesn't work anymore
Change-Id: Iad809e83dadb0e7fa8c61b3f37f574a571042fc8
Reviewed-on: http://gerrit.openafs.org/1335
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
acinclude.m4 | 62 +-----------
src/afs/DARWIN/osi_machdep.h | 3 -
src/afs/DARWIN/osi_module.c | 4 -
src/afs/DARWIN/osi_sleep.c | 16 ---
src/afs/DARWIN/osi_vnodeops.c | 25 +----
src/afs/VNOPS/afs_vnop_attrs.c | 4 +-
src/afs/afs_analyze.c | 2 +-
src/afs/afs_call.c | 2 +-
src/afs/afs_conn.c | 2 +-
src/afs/afs_error.c | 2 +-
src/afs/afs_icl.c | 2 +-
src/afs/afs_pag_call.c | 2 +-
src/afs/afs_server.c | 12 +-
src/afs/afs_syscall.c | 2 +-
src/afs/afs_user.c | 2 +-
src/afs/afs_util.c | 2 +-
src/afs/afs_volume.c | 2 +-
src/afs/afs_warn.c | 2 +-
src/butc/dump.c | 2 +-
src/cf/osconf.m4 | 52 ---------
src/comerr/error_msg.c | 4 +-
src/config/param.ppc_darwin_12.h | 118 ---------------------
src/config/param.ppc_darwin_13.h | 122 ---------------------
src/config/param.ppc_darwin_14.h | 127 ----------------------
src/config/param.ppc_darwin_60.h | 129 -----------------------
src/config/param.ppc_darwin_70.h | 6 -
src/config/param.ppc_darwin_80.h | 6 -
src/config/param.ppc_darwin_90.h | 6 -
src/config/param.x86_darwin_100.h | 6 -
src/config/param.x86_darwin_80.h | 6 -
src/config/param.x86_darwin_90.h | 6 -
src/dir/dir.c | 2 +-
src/gtx/curseswindows.c | 5 +-
src/packaging/MacOS/InstallationCheck.7 | 19 ++++
src/packaging/MacOS/InstallationCheck.strings.7 | 1 +
src/packaging/MacOS/ReadMe.rtf.7 | 11 ++
src/rx/DARWIN/rx_kmutex.c | 2 -
src/rx/DARWIN/rx_kmutex.h | 26 -----
src/rx/rx_kcommon.c | 6 +-
src/rx/rx_kcommon.h | 8 +-
src/rxkad/rxkad_common.c | 2 +-
src/util/softsig.c | 20 ++--
42 files changed, 78 insertions(+), 762 deletions(-)
--
OpenAFS Master Repository