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:
rwatson 2006-03-15 10:15:35 +00:00
parent 27a5754a56
commit 918de4c556

View File

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