Subject: CVS commit: syssrc [sommerfeld_i386mp_1]
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 02/11/2001 11:27:57
Module Name: syssrc
Committed By: enami
Date: Sun Feb 11 09:27:57 UTC 2001
Modified Files:
syssrc/sys/arch/i386/i386 [sommerfeld_i386mp_1]: lock_machdep.c
Log Message:
Use KDASSERT instead of KASSERT inside #ifdef DEBUG ... #endif. Otherwise,
this won't be compiled if defined(DEBUG) && !defined(DIAGNOSTIC).
To generate a diff of this commit:
cvs rdiff -r1.1.2.7 -r1.1.2.8 syssrc/sys/arch/i386/i386/lock_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.