--- src/sys/vfs/fdesc/fdesc_vfsops.c 2004/08/17 18:57:33 1.8 +++ src/sys/vfs/fdesc/fdesc_vfsops.c 2004/09/30 18:59:54 1.9 @@ -62,7 +62,7 @@ extern struct vnodeopv_entry_desc fdesc_ static MALLOC_DEFINE(M_FDESCMNT, "FDESC mount", "FDESC mount structure"); static int fdesc_mount (struct mount *mp, char *path, caddr_t data, - struct nameidata *ndp, struct thread *td); + struct thread *td); static int fdesc_unmount (struct mount *mp, int mntflags, struct thread *td); static int fdesc_statfs (struct mount *mp, struct statfs *sbp, @@ -72,8 +72,7 @@ static int fdesc_statfs (struct mount *m * Mount the per-process file descriptors (/dev/fd) */ static int -fdesc_mount(struct mount *mp, char *path, caddr_t data, - struct nameidata *ndp, struct thread *td) +fdesc_mount(struct mount *mp, char *path, caddr_t data, struct thread *td) { int error = 0; struct fdescmount *fmp;