diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1998-08-23 03:07:17 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1998-08-23 03:07:17 +0000 |
| commit | cfe8b629f1f13b06fa1aec801248b7e431e48aba (patch) | |
| tree | 3eeab04394efe1f50741907aeba96200abbaf6d2 /sys/nfs/nfs.h | |
| parent | bdad325c19fcba9b0c6bd42495fa1ae0eda6c2fb (diff) | |
Notes
Diffstat (limited to 'sys/nfs/nfs.h')
| -rw-r--r-- | sys/nfs/nfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs.h b/sys/nfs/nfs.h index e5be581fa031..885a2c19e17a 100644 --- a/sys/nfs/nfs.h +++ b/sys/nfs/nfs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs.h 8.4 (Berkeley) 5/1/95 - * $Id: nfs.h,v 1.41 1998/06/30 03:01:37 jmg Exp $ + * $Id: nfs.h,v 1.42 1998/06/30 11:19:22 jmg Exp $ */ #ifndef _NFS_NFS_H_ @@ -722,7 +722,7 @@ int nfsrv_symlink __P((struct nfsrv_descript *nfsd, struct proc *procp, struct mbuf **mrq)); int nfsrv_write __P((struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct proc *procp, struct mbuf **mrq)); -void nfsrv_rcv __P((struct socket *so, caddr_t arg, int waitflag)); +void nfsrv_rcv __P((struct socket *so, void *arg, int waitflag)); void nfsrv_slpderef __P((struct nfssvc_sock *slp)); #endif /* KERNEL */ |
