summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-07-31 02:05:12 +0000
committerrwatson <rwatson@FreeBSD.org>2002-07-31 02:05:12 +0000
commit6bb9b1da05cc9bdaeba479dadad0f58b3ed8cd59 (patch)
treecf57e498161b3d7b95b5dd1242c285783fa9b06e /sys/kern/vfs_subr.c
parent261170743ff711ddf5d9f5130927a9c19cc94385 (diff)
downloadFreeBSD-src-6bb9b1da05cc9bdaeba479dadad0f58b3ed8cd59.zip
FreeBSD-src-6bb9b1da05cc9bdaeba479dadad0f58b3ed8cd59.tar.gz
Note that the privilege indicating flag to vaccess() originally used
by the process accounting system is now deprecated.
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r--sys/kern/vfs_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index c5ada65..33f1088 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -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)
OpenPOWER on IntegriCloud