Module Name: src Committed By: joerg Date: Sat Sep 22 22:34:03 UTC 2012
Modified Files: src/sys/compat/linux/common: linux_limit.h linux_misc.h src/sys/compat/linux32/common: linux32_resource.c Log Message: LINUX_RLIM_INFINITY doesn't fit into the value range for linux32, so introduce a variant with correct value. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/compat/linux/common/linux_limit.h cvs rdiff -u -r1.22 -r1.23 src/sys/compat/linux/common/linux_misc.h cvs rdiff -u -r1.10 -r1.11 src/sys/compat/linux32/common/linux32_resource.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.