diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-08-28 19:44:07 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-08-28 19:44:07 +0000 |
| commit | 94db13fe98fa84bf47c068770bc38fc8d6516417 (patch) | |
| tree | 6b563375ea55f5e3eecfbf5f199e4c9f691dfeab /sys/isofs | |
| parent | a87b535090228d7aab11b20001c3e3d20661feab (diff) | |
Notes
Diffstat (limited to 'sys/isofs')
| -rw-r--r-- | sys/isofs/cd9660/cd9660_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c index 0ed30ed79da8e..05615c3424337 100644 --- a/sys/isofs/cd9660/cd9660_vfsops.c +++ b/sys/isofs/cd9660/cd9660_vfsops.c @@ -742,7 +742,7 @@ cd9660_vget_internal(mp, ino, vpp, relocated, isodir) struct iso_mnt *imp; struct iso_node *ip; struct buf *bp; - struct vnode *vp, *nvp; + struct vnode *vp; dev_t dev; int error; |
