diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1997-08-16 19:16:27 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1997-08-16 19:16:27 +0000 |
| commit | 57bf258e3dc9e77a996e738e6bf3e894943970e2 (patch) | |
| tree | 6c0a9710fd977c7f3055d78384c325bb09195b9e /sys/fs/procfs/procfs_vfsops.c | |
| parent | cee405ba2712660bd47480f9c304163545121639 (diff) | |
Notes
Diffstat (limited to 'sys/fs/procfs/procfs_vfsops.c')
| -rw-r--r-- | sys/fs/procfs/procfs_vfsops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/procfs/procfs_vfsops.c b/sys/fs/procfs/procfs_vfsops.c index a6ebbaec02c5..3afd9e96b617 100644 --- a/sys/fs/procfs/procfs_vfsops.c +++ b/sys/fs/procfs/procfs_vfsops.c @@ -36,7 +36,7 @@ * * @(#)procfs_vfsops.c 8.7 (Berkeley) 5/10/95 * - * $Id: procfs_vfsops.c,v 1.15 1997/02/22 09:40:31 peter Exp $ + * $Id: procfs_vfsops.c,v 1.16 1997/08/02 14:32:19 bde Exp $ */ /* @@ -177,7 +177,7 @@ procfs_init(vfsp) } #define procfs_fhtovp ((int (*) __P((struct mount *, struct fid *, \ - struct mbuf *, struct vnode **, int *, struct ucred **)))einval) + struct sockaddr *, struct vnode **, int *, struct ucred **)))einval) #define procfs_quotactl ((int (*) __P((struct mount *, int, uid_t, caddr_t, \ struct proc *)))eopnotsupp) #define procfs_sync ((int (*) __P((struct mount *, int, struct ucred *, \ |
