--- src/sys/vfs/isofs/cd9660/cd9660_node.h 2004/08/28 19:02:15 1.5 +++ src/sys/vfs/isofs/cd9660/cd9660_node.h 2004/11/12 00:09:34 1.6 @@ -103,14 +103,14 @@ MALLOC_DECLARE(M_ISOFSNODE); struct buf; struct vop_bmap_args; -struct vop_cachedlookup_args; +struct vop_lookup_args; struct vop_inactive_args; struct vop_reclaim_args; /* * Prototypes for ISOFS vnode operations */ -int cd9660_lookup (struct vop_cachedlookup_args *); +int cd9660_lookup (struct vop_lookup_args *); int cd9660_inactive (struct vop_inactive_args *); int cd9660_reclaim (struct vop_reclaim_args *); int cd9660_bmap (struct vop_bmap_args *);