Module Name: src Committed By: njoly Date: Fri Sep 30 21:08:19 UTC 2011
Modified Files: src/tests/lib/libc/sys: t_dup.c Log Message: Do not try to open files up to the RLIMIT_NOFILE limit, which fails when process limit is identical to the whole system limit. Just do it for a small fixed value, and adjust the limit accordingly instead. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/sys/t_dup.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.