mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
Commit part of accmode_t changes that I missed in previous commit.
Approved by: rwatson (mentor)
This commit is contained in:
parent
564f8f0fee
commit
178da2a90e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue