PERFORCE change 53829 for review
Marcel Moolenaar
marcel at FreeBSD.org
Sun May 30 18:03:46 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=53829
Change 53829 by marcel at marcel_nfs on 2004/05/30 18:03:35
s/db_active/kdb_active/
Affected files ...
.. //depot/projects/gdb/sys/kern/subr_witness.c#8 edit
Differences ...
==== //depot/projects/gdb/sys/kern/subr_witness.c#8 (text+ko) ====
@@ -1797,7 +1797,7 @@
{
KASSERT(!witness_cold, ("%s: witness_cold", __func__));
- KASSERT(db_active, ("%s: not in the debugger", __func__));
+ KASSERT(kdb_active, ("%s: not in the debugger", __func__));
if (witness_watch == 0)
return;
More information about the p4-projects
mailing list