summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_rman.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-02-03 07:53:08 +0000
committerimp <imp@FreeBSD.org>2009-02-03 07:53:08 +0000
commit35e4f2b272e911a8ad5c7d8b26e7ed0a5ffff628 (patch)
tree82fdb957ff6af8b8e7f109a7f52e1c09d13580af /sys/kern/subr_rman.c
parentb5c4f1a09495c391710e954e5ca2975d1d785cc9 (diff)
downloadFreeBSD-src-35e4f2b272e911a8ad5c7d8b26e7ed0a5ffff628.zip
FreeBSD-src-35e4f2b272e911a8ad5c7d8b26e7ed0a5ffff628.tar.gz
rman_debug should be static, so make it static.
Diffstat (limited to 'sys/kern/subr_rman.c')
-rw-r--r--sys/kern/subr_rman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_rman.c b/sys/kern/subr_rman.c
index ac1644c..8730a5b 100644
--- a/sys/kern/subr_rman.c
+++ b/sys/kern/subr_rman.c
@@ -99,7 +99,7 @@ struct resource_i {
int r_rid; /* optional rid for this resource. */
};
-int rman_debug = 0;
+static int rman_debug = 0;
TUNABLE_INT("debug.rman_debug", &rman_debug);
SYSCTL_INT(_debug, OID_AUTO, rman_debug, CTLFLAG_RW,
&rman_debug, 0, "rman debug");
OpenPOWER on IntegriCloud