Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat/linux/common
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.
Home |
Main Index |
Thread Index |
Old Index