Note that the privilege indicating flag to vaccess() originally used

by the process accounting system is now deprecated.
This commit is contained in:
Robert Watson 2002-07-31 02:05:12 +00:00
parent a0ee6ed1c0
commit 07bdba7e2d

View file

@ -3226,7 +3226,7 @@ NDFREE(ndp, flags)
* vnode's type, "mode", uid and gid, requested access mode, credentials,
* and optional call-by-reference privused argument allowing vaccess()
* to indicate to the caller whether privilege was used to satisfy the
* request. Returns 0 on success, or an errno on failure.
* request (obsoleted). Returns 0 on success, or an errno on failure.
*/
int
vaccess(type, file_mode, file_uid, file_gid, acc_mode, cred, privused)