Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: elad
Date: Wed Jan 9 08:18:12 UTC 2008
Modified Files:
src/sys/compat/svr4: svr4_fcntl.c
src/sys/compat/svr4_32: svr4_32_fcntl.c
src/sys/kern: vfs_syscalls.c
src/sys/sys: vnode.h
Log Message:
Refactor part of the sys_revoke() code so that it can be used in the
compat code. Allows for the removal of two redundant kauth(9) calls.
okay christos@.
To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 src/sys/compat/svr4/svr4_fcntl.c
cvs rdiff -r1.30 -r1.31 src/sys/compat/svr4_32/svr4_32_fcntl.c
cvs rdiff -r1.339 -r1.340 src/sys/kern/vfs_syscalls.c
cvs rdiff -r1.182 -r1.183 src/sys/sys/vnode.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index