--- src/sys/kern/vfs_default.c 2008/06/01 19:27:35 1.53 +++ src/sys/kern/vfs_default.c 2008/09/17 21:44:18 1.54 @@ -1393,7 +1393,8 @@ vfs_stdvget(struct mount *mp, ino_t ino, } int -vfs_stdfhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) +vfs_stdfhtovp(struct mount *mp, struct vnode *rootvp, + struct fid *fhp, struct vnode **vpp) { return (EOPNOTSUPP); }