Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 01/24/2000 19:42:37
Module Name: syssrc
Committed By: enami
Date: Tue Jan 25 03:42:37 UTC 2000
Modified Files:
syssrc/sys/kern: kern_subr.c
Log Message:
Cleanup setroot() a bit:
- No longer necessary to usr goto, just breaking the loop like other case
is enough.
- Don't calicurate loop invariant every time. Just reuse.
To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 syssrc/sys/kern/kern_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.