summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-10-12 17:39:39 +0000
committerbde <bde@FreeBSD.org>1996-10-12 17:39:39 +0000
commitd03a8a45844b319218f8fd6a88fd7c72615f3fe0 (patch)
tree09b103a32c9fd140bf28dfec0b30a5d3986b50d4 /sys
parentc438872fd03baf80c06b88d526cb57a17f3b6d98 (diff)
downloadFreeBSD-src-d03a8a45844b319218f8fd6a88fd7c72615f3fe0.zip
FreeBSD-src-d03a8a45844b319218f8fd6a88fd7c72615f3fe0.tar.gz
Staticized `nfs_dwrite'.
Diffstat (limited to 'sys')
-rw-r--r--sys/nfs/nfs_bio.c4
-rw-r--r--sys/nfsclient/nfs_bio.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/nfs/nfs_bio.c b/sys/nfs/nfs_bio.c
index ce4b896..a072967 100644
--- a/sys/nfs/nfs_bio.c
+++ b/sys/nfs/nfs_bio.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_bio.c 8.5 (Berkeley) 1/4/94
- * $Id: nfs_bio.c,v 1.25 1996/09/19 18:20:54 nate Exp $
+ * $Id: nfs_bio.c,v 1.26 1996/10/11 10:15:30 dfr Exp $
*/
#include <sys/param.h>
@@ -66,7 +66,7 @@ extern struct proc *nfs_iodwant[NFS_MAXASYNCDAEMON];
extern int nfs_numasync;
extern struct nfsstats nfsstats;
-int nfs_dwrite = 1;
+static int nfs_dwrite = 1;
SYSCTL_INT(_vfs_nfs, OID_AUTO, dwrite, CTLFLAG_RW, &nfs_dwrite, 0, "");
/*
diff --git a/sys/nfsclient/nfs_bio.c b/sys/nfsclient/nfs_bio.c
index ce4b896..a072967 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.25 1996/09/19 18:20:54 nate Exp $
+ * $Id: nfs_bio.c,v 1.26 1996/10/11 10:15:30 dfr Exp $
*/
#include <sys/param.h>
@@ -66,7 +66,7 @@ extern struct proc *nfs_iodwant[NFS_MAXASYNCDAEMON];
extern int nfs_numasync;
extern struct nfsstats nfsstats;
-int nfs_dwrite = 1;
+static int nfs_dwrite = 1;
SYSCTL_INT(_vfs_nfs, OID_AUTO, dwrite, CTLFLAG_RW, &nfs_dwrite, 0, "");
/*
OpenPOWER on IntegriCloud