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:
rwatson 2006-03-28 12:42:20 +00:00
parent 7d173297fa
commit 3e9d04507f

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;