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

Modified Files:
	src/sys/compat/linux/common: linux_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.181 -r1.182 src/sys/compat/linux/common/linux_misc.c

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