mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Note that the privilege indicating flag to vaccess() originally used
by the process accounting system is now deprecated.
This commit is contained in:
parent
a0ee6ed1c0
commit
07bdba7e2d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue