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:
parent
271c679c17
commit
f70f851c60
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141620
@ -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
|
||||
*/
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user