From 0424444c05f1d3d6ab6d8956e8a4f89b32353e6c Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 3 Dec 1995 10:03:12 +0000 Subject: Completed function declarations and/or added prototypes and/or moved prototypes to the right place. --- sys/nfsclient/nfs_bio.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/nfsclient/nfs_bio.c') diff --git a/sys/nfsclient/nfs_bio.c b/sys/nfsclient/nfs_bio.c index e1dbc246..a32ca73 100644 --- a/sys/nfsclient/nfs_bio.c +++ b/sys/nfsclient/nfs_bio.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_bio.c 8.5 (Berkeley) 1/4/94 - * $Id: nfs_bio.c,v 1.17 1995/08/24 10:17:32 dfr Exp $ + * $Id: nfs_bio.c,v 1.18 1995/10/29 15:32:46 phk Exp $ */ #include @@ -56,7 +56,9 @@ #include #include -struct buf *nfs_getcacheblk(); +extern struct buf *nfs_getcacheblk __P((struct vnode *vp, daddr_t bn, int size, + struct proc *p)); + extern struct proc *nfs_iodwant[NFS_MAXASYNCDAEMON]; extern int nfs_numasync; extern struct nfsstats nfsstats; -- cgit v1.1