]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/ufs/ffs/ffs_extern.h
xnu-517.tar.gz
[apple/xnu.git] / bsd / ufs / ffs / ffs_extern.h
index 8ac5276f5066835a1e80bba76869b4d91fb42f4b..48d6be82e7b9f03fb4a9c8cd62261170e656ebbd 100644 (file)
@@ -133,7 +133,7 @@ int ffs_unmount __P((struct mount *, int, struct proc *));
 int    ffs_update __P((struct vop_update_args *));
 int    ffs_valloc __P((struct vop_valloc_args *));
 int    ffs_vfree __P((struct vop_vfree_args *));
-int    ffs_vget __P((struct mount *, ino_t, struct vnode **));
+int    ffs_vget __P((struct mount *, void *, struct vnode **));
 int    ffs_vptofh __P((struct vnode *, struct fid *));
 int    ffs_write __P((struct vop_write_args *));
 int ffs_pagein __P((struct vop_pagein_args *));