Add a_fdidx to comment prototype for fifo_open().
MFC after: 3 days Submitted by: Kostik Belousov <kostikbel at gmail dot com>
This commit is contained in:
parent
27a5754a56
commit
918de4c556
@ -168,6 +168,7 @@ fifo_open(ap)
|
|||||||
int a_mode;
|
int a_mode;
|
||||||
struct ucred *a_cred;
|
struct ucred *a_cred;
|
||||||
struct thread *a_td;
|
struct thread *a_td;
|
||||||
|
int a_fdidx;
|
||||||
} */ *ap;
|
} */ *ap;
|
||||||
{
|
{
|
||||||
struct vnode *vp = ap->a_vp;
|
struct vnode *vp = ap->a_vp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user