--- src/sys/emulation/linux/i386/linprocfs/linprocfs_vfsops.c 2004/08/17 18:57:32 1.6 +++ src/sys/emulation/linux/i386/linprocfs/linprocfs_vfsops.c 2004/09/30 18:59:41 1.7 @@ -58,7 +58,7 @@ extern struct vnodeopv_entry_desc linprocfs_vnodeop_entries[]; static int linprocfs_mount (struct mount *mp, char *path, caddr_t data, - struct nameidata *ndp, struct thread *td); + struct thread *td); static int linprocfs_statfs (struct mount *mp, struct statfs *sbp, struct thread *td); static int linprocfs_unmount (struct mount *mp, int mntflags, @@ -71,11 +71,10 @@ static int linprocfs_unmount (struct mou */ /* ARGSUSED */ static int -linprocfs_mount(mp, path, data, ndp, td) +linprocfs_mount(mp, path, data, td) struct mount *mp; char *path; caddr_t data; - struct nameidata *ndp; struct thread *td; { size_t size;