OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_65-52-g76ae0f5
Gerrit Code Review
gerrit@openafs.org
Sun, 11 Oct 2009 13:17:29 -0700 (PDT)
The following commit has been merged in the master branch:
commit 76ae0f51892a703d7bd4aea5fdcf60c586e4a440
Author: matt@linuxbox.com <matt@linuxbox.com>
Date: Sat Oct 10 09:09:53 2009 -0400
Use AFS_PROC consistently
Make consistent use of AFS_PROC in portable and mixed files, adding the define
for platforms which lacked it. This completes a change that has been ongoing
for several years.
LICENSE BSD
Reviewed-on: http://gerrit.openafs.org/642
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Tested-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/IRIX/osi_machdep.h | 2 ++
src/afs/UKERNEL/osi_machdep.h | 2 ++
src/afs/VNOPS/afs_vnop_flock.c | 10 +++++-----
src/afs/afs_init.c | 8 ++++----
src/afs/afs_osi.c | 2 +-
src/afs/afs_osi_gcpags.c | 12 ++++++------
src/afs/afs_osi_pag.c | 6 +++---
src/afs/afs_pag_cred.c | 4 ++--
src/afs/afs_pioctl.c | 14 +++++++-------
src/afs/afs_prototypes.h | 6 +++---
src/afs/afs_syscall.c | 4 ++--
src/afs/lock.h | 4 ++--
12 files changed, 39 insertions(+), 35 deletions(-)
--
OpenAFS Master Repository