summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nfscbd/nfscbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nfscbd/nfscbd.c')
-rw-r--r--usr.sbin/nfscbd/nfscbd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/nfscbd/nfscbd.c b/usr.sbin/nfscbd/nfscbd.c
index ba09311..c9153b4 100644
--- a/usr.sbin/nfscbd/nfscbd.c
+++ b/usr.sbin/nfscbd/nfscbd.c
@@ -66,12 +66,12 @@ __FBSDID("$FreeBSD$");
/* Global defs */
#ifdef DEBUG
#define syslog(e, s) fprintf(stderr,(s))
-int debug = 1;
+static int debug = 1;
#else
-int debug = 0;
+static int debug = 0;
#endif
-pid_t children;
+static pid_t children;
static void nonfs(int);
static void reapchild(int);
OpenPOWER on IntegriCloud