--- src/sys/kern/vfs_vopops.c 2007/08/13 17:43:55 1.35 +++ src/sys/kern/vfs_vopops.c 2007/11/20 21:03:50 1.36 @@ -562,7 +562,7 @@ vop_old_symlink(struct vop_ops *ops, str int vop_readdir(struct vop_ops *ops, struct vnode *vp, struct uio *uio, - struct ucred *cred, int *eofflag, int *ncookies, u_long **cookies) + struct ucred *cred, int *eofflag, int *ncookies, off_t **cookies) { struct vop_readdir_args ap; int error;