Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/19/2003 18:47:37
Module Name: src
Committed By: christos
Date: Wed Mar 19 16:47:37 UTC 2003
Modified Files:
src/sys/kern: kern_proc.c
Log Message:
- use __predict_false for DIAGNOSTIC code.
- #ifdef out a DIAGNOSTIC printf() that was too annoying (rule of thumb,
don't make DIAGNOSTIC printfs() that print *very* frequently...)
- fix DIAGNOSTIC test that would always get triggered on a new session.
To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 src/sys/kern/kern_proc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.