summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_stub
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2008-10-28 21:57:32 +0000
committertrasz <trasz@FreeBSD.org>2008-10-28 21:57:32 +0000
commit21b7d783c92ea0f673e1c16935412f05f5f54460 (patch)
treec60b87fcb04c56ff0ac3a03fb8814c3a9b86626c /sys/security/mac_stub
parentf29a8ec2822e5a7d3161d73ae9c1cef9159df49c (diff)
downloadFreeBSD-src-21b7d783c92ea0f673e1c16935412f05f5f54460.zip
FreeBSD-src-21b7d783c92ea0f673e1c16935412f05f5f54460.tar.gz
Commit part of accmode_t changes that I missed in previous commit.
Approved by: rwatson (mentor)
Diffstat (limited to 'sys/security/mac_stub')
-rw-r--r--sys/security/mac_stub/mac_stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac_stub/mac_stub.c b/sys/security/mac_stub/mac_stub.c
index e8e2422..02cb541 100644
--- a/sys/security/mac_stub/mac_stub.c
+++ b/sys/security/mac_stub/mac_stub.c
@@ -1215,7 +1215,7 @@ stub_vnode_associate_singlelabel(struct mount *mp, struct label *mplabel,
static int
stub_vnode_check_access(struct ucred *cred, struct vnode *vp,
- struct label *vplabel, int acc_mode)
+ struct label *vplabel, accmode_t accmode)
{
return (0);
OpenPOWER on IntegriCloud