svn commit: r184426 - head/sys/security/mac_stub

Edward Tomasz Napierala trasz at FreeBSD.org
Tue Oct 28 14:57:33 PDT 2008


Author: trasz
Date: Tue Oct 28 21:57:32 2008
New Revision: 184426
URL: http://svn.freebsd.org/changeset/base/184426

Log:
  Commit part of accmode_t changes that I missed in previous commit.
  
  Approved by:	rwatson (mentor)

Modified:
  head/sys/security/mac_stub/mac_stub.c

Modified: head/sys/security/mac_stub/mac_stub.c
==============================================================================
--- head/sys/security/mac_stub/mac_stub.c	Tue Oct 28 21:53:10 2008	(r184425)
+++ head/sys/security/mac_stub/mac_stub.c	Tue Oct 28 21:57:32 2008	(r184426)
@@ -1215,7 +1215,7 @@ stub_vnode_associate_singlelabel(struct 
 
 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);


More information about the svn-src-all mailing list