summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_lock.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-11-26 18:50:24 +0000
committereivind <eivind@FreeBSD.org>1998-11-26 18:50:24 +0000
commit3cf3a6389ea31d2b7253bde48d67ca97a35f28ab (patch)
treef85eb015f64d97d6dd3fd97bd800aca17431043d /sys/kern/kern_lock.c
parent8fdbb5fce3dcffafe4407722bf38a7a0d32dee3b (diff)
downloadFreeBSD-src-3cf3a6389ea31d2b7253bde48d67ca97a35f28ab.zip
FreeBSD-src-3cf3a6389ea31d2b7253bde48d67ca97a35f28ab.tar.gz
Staticize.
Diffstat (limited to 'sys/kern/kern_lock.c')
-rw-r--r--sys/kern/kern_lock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c
index 65a84ea..f411f14 100644
--- a/sys/kern/kern_lock.c
+++ b/sys/kern/kern_lock.c
@@ -38,7 +38,7 @@
* SUCH DAMAGE.
*
* @(#)kern_lock.c 8.18 (Berkeley) 5/21/95
- * $Id: kern_lock.c,v 1.18 1998/03/07 19:25:34 dyson Exp $
+ * $Id: kern_lock.c,v 1.19 1998/04/17 04:53:44 bde Exp $
*/
#include "opt_lint.h"
@@ -504,7 +504,7 @@ lockmgr_printinfo(lkp)
static int lockpausetime = 0;
SYSCTL_INT(_debug, OID_AUTO, lockpausetime, CTLFLAG_RW, &lockpausetime, 0, "");
-int simplelockrecurse;
+static int simplelockrecurse;
/*
* Simple lock functions so that the debugger can see from whence
OpenPOWER on IntegriCloud