diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2006-03-28 12:42:20 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2006-03-28 12:42:20 +0000 |
| commit | 429308f188e4e059bd36e26fece5150421b8f83c (patch) | |
| tree | f3293f9adb5323310f69eba4516da5dc3e283f57 /sys/fs | |
| parent | 7103579aee431e008c8c339aea1948916c217293 (diff) | |
Notes
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/fifofs/fifo_vnops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/fifofs/fifo_vnops.c b/sys/fs/fifofs/fifo_vnops.c index fb84263e1dbc..6947c472a64d 100644 --- a/sys/fs/fifofs/fifo_vnops.c +++ b/sys/fs/fifofs/fifo_vnops.c @@ -168,6 +168,7 @@ fifo_open(ap) int a_mode; struct ucred *a_cred; struct thread *a_td; + int a_fdidx; } */ *ap; { struct vnode *vp = ap->a_vp; |
