diff options
| -rw-r--r-- | sys/sys/vnode.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index a5f4cfe33a5c..18e19f19e89e 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -564,8 +564,6 @@ int textvp_fullpath __P((struct proc *p, char **retbuf, char **retfreebuf)); int vaccess __P((enum vtype type, mode_t file_mode, uid_t uid, gid_t gid, mode_t acc_mode, struct ucred *cred, int *privused)); -int vaccess_acl_posix1e __P((enum vtype type, struct acl *acl, - mode_t acc_mode, struct ucred *cred, int *privused)); int vaccess_acl_posix1e __P((enum vtype type, uid_t file_uid, gid_t file_gid, struct acl *acl, mode_t acc_mode, struct ucred *cred, int *privused)); |
