OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-175-g791b7a4

Gerrit Code Review gerrit@openafs.org
Tue, 28 Sep 2010 20:01:55 -0700 (PDT)


The following commit has been merged in the master branch:
commit 791b7a4c660ef468286eb6f51e66b4faa4bb6c7b
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.
    
    Change-Id: I0e7427274b018043c3a6a8ca6181a78a385d9aa2
    Reviewed-on: http://gerrit.openafs.org/2864
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-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