Subject: CVS commit: src/sys/compat/ibcs2
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 07/04/2007 22:02:16
Module Name:	src
Committed By:	dsl
Date:		Wed Jul  4 22:02:16 UTC 2007

Modified Files:
	src/sys/compat/ibcs2: ibcs2_misc.c

Log Message:
It seems that min(16,16) isn't a compile time constant.
So don't bother limiting the local arrays to NGROUPS, just use 16.


To generate a diff of this commit:
cvs rdiff -r1.92 -r1.93 src/sys/compat/ibcs2/ibcs2_misc.c

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