Merge fifo_vnops.c:1.134 from HEAD to RELENG_6:
Add a_fdidx to comment prototype for fifo_open(). Submitted by: Kostik Belousov <kostikbel at gmail dot com> Approved by: re (mux)
This commit is contained in:
parent
7d173297fa
commit
3e9d04507f
@ -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…
Reference in New Issue
Block a user