aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2006-01-15 02:01:51 +0000
committerRobert Watson <rwatson@FreeBSD.org>2006-01-15 02:01:51 +0000
commitea6d62f195c594456aafce9f6757528706ea6de6 (patch)
tree2ed1e743731dd1ecf3ec9f5991cfa4ea98c7a2f8 /sys
parent8213baf00241dd8238ef3d9be5b423d69949ca38 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/vnode.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index d6bd2dd9c9c4..8469187dc344 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -578,8 +578,9 @@ int speedup_syncer(void);
vn_fullpath(FIRST_THREAD_IN_PROC(p), (p)->p_textvp, rb, rfb)
int vn_fullpath(struct thread *td, struct vnode *vn,
char **retbuf, char **freebuf);
-int vaccess(enum vtype type, mode_t file_mode, uid_t uid, gid_t gid,
- mode_t acc_mode, struct ucred *cred, int *privused);
+int vaccess(enum vtype type, mode_t file_mode, uid_t file_uid,
+ gid_t file_gid, mode_t acc_mode, struct ucred *cred,
+ int *privused);
int vaccess_acl_posix1e(enum vtype type, uid_t file_uid,
gid_t file_gid, struct acl *acl, mode_t acc_mode,
struct ucred *cred, int *privused);