1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Make smbfs_debuglevel private.

This commit is contained in:
Poul-Henning Kamp 2005-02-10 12:07:02 +00:00
parent 271c679c17
commit f70f851c60
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141620
2 changed files with 1 additions and 4 deletions

View File

@ -126,9 +126,6 @@ struct smbfs_fctx {
#define f_rq f_urq.uf_rq
#define f_t2 f_urq.uf_t2
extern int smbfs_debuglevel;
/*
* smb level
*/

View File

@ -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;