mirror of https://github.com/F-Stack/f-stack.git
Update vnode_if.src
Missing end-of-line ; in " IN struct task *task; ".
This commit is contained in:
parent
90f6413391
commit
edb59aec69
|
@ -451,7 +451,7 @@ vop_advlockasync {
|
|||
IN int op;
|
||||
IN struct flock *fl;
|
||||
IN int flags;
|
||||
IN struct task *task;
|
||||
IN struct task *task;
|
||||
INOUT void **cookiep;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue