diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-10-30 17:56:57 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-10-30 17:56:57 +0000 |
| commit | b914de36c0be97b198fb7ae76c0013933a3c5c9c (patch) | |
| tree | 28dc5ac7a288e9d5b8d25e23b9c642940599a61c /sys/security/mac_mls | |
| parent | 47a67661058a36c7afda55840bce6efb001bc399 (diff) | |
Notes
Diffstat (limited to 'sys/security/mac_mls')
| -rw-r--r-- | sys/security/mac_mls/mac_mls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac_mls/mac_mls.c b/sys/security/mac_mls/mac_mls.c index 744e073a457b..21b97a05dc63 100644 --- a/sys/security/mac_mls/mac_mls.c +++ b/sys/security/mac_mls/mac_mls.c @@ -2010,7 +2010,7 @@ mac_mls_check_vnode_mmap(struct ucred *cred, struct vnode *vp, static int mac_mls_check_vnode_open(struct ucred *cred, struct vnode *vp, - struct label *vnodelabel, mode_t acc_mode) + struct label *vnodelabel, int acc_mode) { struct mac_mls *subj, *obj; |
