From 2a5a36a02853b65f9dcdd33ca804b7b132403350 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 17 Dec 1995 21:14:36 +0000 Subject: Staticize. --- sys/nfsclient/nfs_bio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/nfsclient/nfs_bio.c') diff --git a/sys/nfsclient/nfs_bio.c b/sys/nfsclient/nfs_bio.c index 303cb22..4ae5efe 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.19 1995/12/03 10:02:52 bde Exp $ + * $Id: nfs_bio.c,v 1.20 1995/12/07 12:47:23 davidg Exp $ */ #include @@ -58,7 +58,7 @@ #include #include -extern struct buf *nfs_getcacheblk __P((struct vnode *vp, daddr_t bn, int size, +static struct buf *nfs_getcacheblk __P((struct vnode *vp, daddr_t bn, int size, struct proc *p)); extern struct proc *nfs_iodwant[NFS_MAXASYNCDAEMON]; @@ -613,7 +613,7 @@ again: * interrupted by a signal for an interruptible mount point, return * NULL. */ -struct buf * +static struct buf * nfs_getcacheblk(vp, bn, size, p) struct vnode *vp; daddr_t bn; -- cgit v1.1