Bah. Fix 'show lock' to actually be compiled in. I had just fixed this in

p4 but had an older subr_lock.c on the machine I committed to CVS from.
This commit is contained in:
John Baldwin 2006-01-17 16:58:32 +00:00
parent 83a81bcb14
commit 6ef970a972
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154485

View File

@ -35,9 +35,12 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_ddb.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/ktr.h>
#include <sys/linker_set.h>
#include <sys/lock.h>
#ifdef DDB