diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-02-10 12:07:02 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-02-10 12:07:02 +0000 |
| commit | f70f851c601423f2ab87891bb1ef3dc617f9e725 (patch) | |
| tree | f75bb780e9a41e1436c6ce8ff2c906ae5741a93b | |
| parent | 271c679c17c2be280c5c32975c07662c3fdfd2a5 (diff) | |
Notes
| -rw-r--r-- | sys/fs/smbfs/smbfs_subr.h | 3 | ||||
| -rw-r--r-- | sys/fs/smbfs/smbfs_vfsops.c | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/sys/fs/smbfs/smbfs_subr.h b/sys/fs/smbfs/smbfs_subr.h index 34d2bbbab9624..b50ecf8f3360e 100644 --- a/sys/fs/smbfs/smbfs_subr.h +++ b/sys/fs/smbfs/smbfs_subr.h @@ -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 */ diff --git a/sys/fs/smbfs/smbfs_vfsops.c b/sys/fs/smbfs/smbfs_vfsops.c index 93f58c62eaff8..8b75ed3144268 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; |
