OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-devel-1_5_77-55-g67dea45
Gerrit Code Review
gerrit@openafs.org
Tue, 5 Oct 2010 12:20:52 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 67dea45cead2cc9912b744bb5d0255c9e3807219
Author: Ben Kaduk <kaduk@mit.edu>
Date: Tue Sep 28 20:03:25 2010 -0400
More FBSD syscall tweaking
We're now properly registered in syscalls.master for HEAD
(i.e. proto-9.0) and RELENG_8 (proto-8.2), which means that
afs3_syscall is prototyped in sys/sysproto.h . Accordingly,
don't declare it in afs_prototypes.h for those cases.
Also add FBSD82_ENV checks for the new syscall-registration code,
and cast afs3_syscall to sy_call_t* for the sysent structure.
Reviewed-on: http://gerrit.openafs.org/2864
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 791b7a4c660ef468286eb6f51e66b4faa4bb6c7b)
Change-Id: I6c58f2f08dafa5a0db98febde8f2fcb6781225e1
Reviewed-on: http://gerrit.openafs.org/2932
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/FBSD/osi_vfsops.c | 12 ++++++------
src/afs/afs_prototypes.h | 2 ++
2 files changed, 8 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository