aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/cd9660
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2009-06-10 14:09:05 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2009-06-10 14:09:05 +0000
commite4d9bdc1052880746dbf29edfbd8cb8c11fc4ea0 (patch)
treec5a4b4f78af104078e0351189ab6920720fe2add /sys/fs/cd9660
parentc4702e66f403efe96d460ffc485b7f81d1e1587a (diff)
Notes
Diffstat (limited to 'sys/fs/cd9660')
-rw-r--r--sys/fs/cd9660/cd9660_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/cd9660/cd9660_vnops.c b/sys/fs/cd9660/cd9660_vnops.c
index 50541f6f74ea..f22adb764417 100644
--- a/sys/fs/cd9660/cd9660_vnops.c
+++ b/sys/fs/cd9660/cd9660_vnops.c
@@ -165,7 +165,7 @@ cd9660_open(ap)
int a_mode;
struct ucred *a_cred;
struct thread *a_td;
- int a_fdidx;
+ int a_fp;
} */ *ap;
{
struct vnode *vp = ap->a_vp;