Commit part of accmode_t changes that I missed in previous commit.

Approved by:	rwatson (mentor)
This commit is contained in:
Edward Tomasz Napierala 2008-10-28 21:57:32 +00:00
parent 564f8f0fee
commit 178da2a90e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184426

View File

@ -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);