From 473e9734a8e4e5f48fb69f19f33ca16e5ec15ca2 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Tue, 14 Feb 1995 06:22:18 +0000 Subject: [PATCH] YFfix +int nfsrv_vput __P(( struct vnode * )); +int nfsrv_vrele __P(( struct vnode * )); +int nfsrv_vmio __P(( struct vnode * )); --- sys/nfs/nfs.h | 6 +++++- sys/nfsclient/nfs.h | 6 +++++- sys/nfsclient/nfsargs.h | 6 +++++- sys/nfsclient/nfsstats.h | 6 +++++- sys/nfsserver/nfs.h | 6 +++++- sys/nfsserver/nfsrvstats.h | 6 +++++- 6 files changed, 30 insertions(+), 6 deletions(-) diff --git a/sys/nfs/nfs.h b/sys/nfs/nfs.h index 2f3aa57c0ded..cbf80c6d7fd6 100644 --- a/sys/nfs/nfs.h +++ b/sys/nfs/nfs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs.h 8.1 (Berkeley) 6/10/93 - * $Id: nfs.h,v 1.7 1994/10/23 23:26:15 wollman Exp $ + * $Id: nfs.h,v 1.8 1994/11/02 00:11:00 wollman Exp $ */ #ifndef _NFS_NFS_H_ @@ -370,6 +370,10 @@ int nfsm_strtmbuf __P((struct mbuf **,char **,char *,long)); int nfs_bioread __P((struct vnode *,struct uio *,int,struct ucred *)); int nfsm_uiotombuf __P((struct uio *,struct mbuf **,int,caddr_t *)); void nfsrv_init __P((int)); +int nfsrv_vput __P(( struct vnode * )); +int nfsrv_vrele __P(( struct vnode * )); +int nfsrv_vmio __P(( struct vnode * )); + #endif /* KERNEL */ #endif diff --git a/sys/nfsclient/nfs.h b/sys/nfsclient/nfs.h index 2f3aa57c0ded..cbf80c6d7fd6 100644 --- a/sys/nfsclient/nfs.h +++ b/sys/nfsclient/nfs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs.h 8.1 (Berkeley) 6/10/93 - * $Id: nfs.h,v 1.7 1994/10/23 23:26:15 wollman Exp $ + * $Id: nfs.h,v 1.8 1994/11/02 00:11:00 wollman Exp $ */ #ifndef _NFS_NFS_H_ @@ -370,6 +370,10 @@ int nfsm_strtmbuf __P((struct mbuf **,char **,char *,long)); int nfs_bioread __P((struct vnode *,struct uio *,int,struct ucred *)); int nfsm_uiotombuf __P((struct uio *,struct mbuf **,int,caddr_t *)); void nfsrv_init __P((int)); +int nfsrv_vput __P(( struct vnode * )); +int nfsrv_vrele __P(( struct vnode * )); +int nfsrv_vmio __P(( struct vnode * )); + #endif /* KERNEL */ #endif diff --git a/sys/nfsclient/nfsargs.h b/sys/nfsclient/nfsargs.h index 2f3aa57c0ded..cbf80c6d7fd6 100644 --- a/sys/nfsclient/nfsargs.h +++ b/sys/nfsclient/nfsargs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs.h 8.1 (Berkeley) 6/10/93 - * $Id: nfs.h,v 1.7 1994/10/23 23:26:15 wollman Exp $ + * $Id: nfs.h,v 1.8 1994/11/02 00:11:00 wollman Exp $ */ #ifndef _NFS_NFS_H_ @@ -370,6 +370,10 @@ int nfsm_strtmbuf __P((struct mbuf **,char **,char *,long)); int nfs_bioread __P((struct vnode *,struct uio *,int,struct ucred *)); int nfsm_uiotombuf __P((struct uio *,struct mbuf **,int,caddr_t *)); void nfsrv_init __P((int)); +int nfsrv_vput __P(( struct vnode * )); +int nfsrv_vrele __P(( struct vnode * )); +int nfsrv_vmio __P(( struct vnode * )); + #endif /* KERNEL */ #endif diff --git a/sys/nfsclient/nfsstats.h b/sys/nfsclient/nfsstats.h index 2f3aa57c0ded..cbf80c6d7fd6 100644 --- a/sys/nfsclient/nfsstats.h +++ b/sys/nfsclient/nfsstats.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs.h 8.1 (Berkeley) 6/10/93 - * $Id: nfs.h,v 1.7 1994/10/23 23:26:15 wollman Exp $ + * $Id: nfs.h,v 1.8 1994/11/02 00:11:00 wollman Exp $ */ #ifndef _NFS_NFS_H_ @@ -370,6 +370,10 @@ int nfsm_strtmbuf __P((struct mbuf **,char **,char *,long)); int nfs_bioread __P((struct vnode *,struct uio *,int,struct ucred *)); int nfsm_uiotombuf __P((struct uio *,struct mbuf **,int,caddr_t *)); void nfsrv_init __P((int)); +int nfsrv_vput __P(( struct vnode * )); +int nfsrv_vrele __P(( struct vnode * )); +int nfsrv_vmio __P(( struct vnode * )); + #endif /* KERNEL */ #endif diff --git a/sys/nfsserver/nfs.h b/sys/nfsserver/nfs.h index 2f3aa57c0ded..cbf80c6d7fd6 100644 --- a/sys/nfsserver/nfs.h +++ b/sys/nfsserver/nfs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs.h 8.1 (Berkeley) 6/10/93 - * $Id: nfs.h,v 1.7 1994/10/23 23:26:15 wollman Exp $ + * $Id: nfs.h,v 1.8 1994/11/02 00:11:00 wollman Exp $ */ #ifndef _NFS_NFS_H_ @@ -370,6 +370,10 @@ int nfsm_strtmbuf __P((struct mbuf **,char **,char *,long)); int nfs_bioread __P((struct vnode *,struct uio *,int,struct ucred *)); int nfsm_uiotombuf __P((struct uio *,struct mbuf **,int,caddr_t *)); void nfsrv_init __P((int)); +int nfsrv_vput __P(( struct vnode * )); +int nfsrv_vrele __P(( struct vnode * )); +int nfsrv_vmio __P(( struct vnode * )); + #endif /* KERNEL */ #endif diff --git a/sys/nfsserver/nfsrvstats.h b/sys/nfsserver/nfsrvstats.h index 2f3aa57c0ded..cbf80c6d7fd6 100644 --- a/sys/nfsserver/nfsrvstats.h +++ b/sys/nfsserver/nfsrvstats.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs.h 8.1 (Berkeley) 6/10/93 - * $Id: nfs.h,v 1.7 1994/10/23 23:26:15 wollman Exp $ + * $Id: nfs.h,v 1.8 1994/11/02 00:11:00 wollman Exp $ */ #ifndef _NFS_NFS_H_ @@ -370,6 +370,10 @@ int nfsm_strtmbuf __P((struct mbuf **,char **,char *,long)); int nfs_bioread __P((struct vnode *,struct uio *,int,struct ucred *)); int nfsm_uiotombuf __P((struct uio *,struct mbuf **,int,caddr_t *)); void nfsrv_init __P((int)); +int nfsrv_vput __P(( struct vnode * )); +int nfsrv_vrele __P(( struct vnode * )); +int nfsrv_vmio __P(( struct vnode * )); + #endif /* KERNEL */ #endif