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/miscfs/fdesc | |
| parent | cee405ba2712660bd47480f9c304163545121639 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/fdesc')
| -rw-r--r-- | sys/miscfs/fdesc/fdesc_vfsops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/fdesc/fdesc_vfsops.c b/sys/miscfs/fdesc/fdesc_vfsops.c index ea668c9915f3a..e80c69d906263 100644 --- a/sys/miscfs/fdesc/fdesc_vfsops.c +++ b/sys/miscfs/fdesc/fdesc_vfsops.c @@ -35,7 +35,7 @@ * * @(#)fdesc_vfsops.c 8.4 (Berkeley) 1/21/94 * - * $Id: fdesc_vfsops.c,v 1.10 1997/02/22 09:40:15 peter Exp $ + * $Id: fdesc_vfsops.c,v 1.11 1997/08/02 14:31:59 bde Exp $ */ /* @@ -244,7 +244,7 @@ fdesc_sync(mp, waitfor, cred, p) } #define fdesc_fhtovp ((int (*) __P((struct mount *, struct fid *, \ - struct mbuf *, struct vnode **, int *, struct ucred **)))eopnotsupp) + struct sockaddr *, struct vnode **, int *, struct ucred **)))eopnotsupp) #define fdesc_quotactl ((int (*) __P((struct mount *, int, uid_t, caddr_t, \ struct proc *)))eopnotsupp) #define fdesc_sysctl ((int (*) __P((int *, u_int, void *, size_t *, void *, \ |
