Tidy up a capabilities-related comment.

This comment refers to an #ifdef that hasn't been merged [yet?]; remove it.

Approved by: rwatson
This commit is contained in:
Jonathan Anderson 2011-06-24 14:40:22 +00:00
parent 0b73ba9c97
commit 5e26234ff1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223505

View File

@ -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,