Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: source-changes
Date: 08/22/2005 15:10:50
Module Name:	src
Committed By:	rillig
Date:		Mon Aug 22 15:10:50 UTC 2005

Modified Files:
	src/sys/kern: kern_prot.c

Log Message:
Bugfix: In crcmp, compare n group IDs instead of only n bytes.

Added a big FIXME because two group lists containing the same entries,
but ordered differently, still compare as unequal. The same holds if one
group list contains an entry twice while the other does not. ok'ed by
christos.


To generate a diff of this commit:
cvs rdiff -r1.84 -r1.85 src/sys/kern/kern_prot.c

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