Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 11/27/2001 22:00:37
Module Name:	syssrc
Committed By:	bouyer
Date:		Tue Nov 27 20:00:36 UTC 2001

Modified Files:
	syssrc/sys/kern: cnmagic.c

Log Message:
In cn_get_magic() don't increment i in the for(;;) loop, as it's already
set to point to the next value with CNS_MAGIC_NEXT().
Now it's obvious that the magic string on my U5 is +++++ and not +++ :)


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/kern/cnmagic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.