diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-11-26 18:50:24 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-11-26 18:50:24 +0000 |
| commit | 9fcdafaefcfdd1f47d65a491bfdb7bc20c4448c0 (patch) | |
| tree | f95b05e98838fe53bf685481f66b7b598aa237df /sys/kern/kern_lock.c | |
| parent | e7414d1bfa2efed149b0717112ff4c43d7999c4b (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_lock.c')
| -rw-r--r-- | sys/kern/kern_lock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c index 65a84ea9737f..f411f145fdfc 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 |
