From 21b7d783c92ea0f673e1c16935412f05f5f54460 Mon Sep 17 00:00:00 2001 From: trasz Date: Tue, 28 Oct 2008 21:57:32 +0000 Subject: Commit part of accmode_t changes that I missed in previous commit. Approved by: rwatson (mentor) --- sys/security/mac_stub/mac_stub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/security') 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); -- cgit v1.1