summaryrefslogtreecommitdiffstats
path: root/sys/sys/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/mac.h')
-rw-r--r--sys/sys/mac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/mac.h b/sys/sys/mac.h
index b7d08f5..055a5ad 100644
--- a/sys/sys/mac.h
+++ b/sys/sys/mac.h
@@ -375,7 +375,7 @@ int mac_check_vnode_listextattr(struct ucred *cred, struct vnode *vp,
int mac_check_vnode_lookup(struct ucred *cred, struct vnode *dvp,
struct componentname *cnp);
int mac_check_vnode_mmap(struct ucred *cred, struct vnode *vp,
- int prot);
+ int prot, int flags);
int mac_check_vnode_mprotect(struct ucred *cred, struct vnode *vp,
int prot);
int mac_check_vnode_open(struct ucred *cred, struct vnode *vp,
OpenPOWER on IntegriCloud