aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2011-06-24 16:35:40 +0000
committerAttilio Rao <attilio@FreeBSD.org>2011-06-24 16:35:40 +0000
commitde138ec703c3f7d8ed73ba94068d571b2ee7a87c (patch)
treeb386001dfc844e7ae521bbfdab6d68ee8a19bb31 /sys/kern
parent250a44f6a22f43ad95ca119e876370e82f8cefc1 (diff)
parentf253603f0cc712ea9d6888a27aba788f1324b176 (diff)
Notes
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_subr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index 741061d639ef..c5ae83cbf47b 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -3590,9 +3590,6 @@ vn_isdisk(struct vnode *vp, int *errp)
* and optional call-by-reference privused argument allowing vaccess()
* to indicate to the caller whether privilege was used to satisfy the
* request (obsoleted). Returns 0 on success, or an errno on failure.
- *
- * The ifdef'd CAPABILITIES version is here for reference, but is not
- * actually used.
*/
int
vaccess(enum vtype type, mode_t file_mode, uid_t file_uid, gid_t file_gid,