summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs_vfsops.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-02-10 12:07:02 +0000
committerphk <phk@FreeBSD.org>2005-02-10 12:07:02 +0000
commit164cc554c1d8e533e782e150d055be742c531677 (patch)
treef75bb780e9a41e1436c6ce8ff2c906ae5741a93b /sys/fs/smbfs/smbfs_vfsops.c
parent1ac5aa5859dbdbcb4b67b1de550f859895ee1923 (diff)
downloadFreeBSD-src-164cc554c1d8e533e782e150d055be742c531677.zip
FreeBSD-src-164cc554c1d8e533e782e150d055be742c531677.tar.gz
Make smbfs_debuglevel private.
Diffstat (limited to 'sys/fs/smbfs/smbfs_vfsops.c')
-rw-r--r--sys/fs/smbfs/smbfs_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/smbfs/smbfs_vfsops.c b/sys/fs/smbfs/smbfs_vfsops.c
index 93f58c6..8b75ed3 100644
--- a/sys/fs/smbfs/smbfs_vfsops.c
+++ b/sys/fs/smbfs/smbfs_vfsops.c
@@ -59,7 +59,7 @@
#include <fs/smbfs/smbfs_node.h>
#include <fs/smbfs/smbfs_subr.h>
-int smbfs_debuglevel = 0;
+static int smbfs_debuglevel = 0;
static int smbfs_version = SMBFS_VERSION;
OpenPOWER on IntegriCloud