Revision: 23705 http://trac.macosforge.org/projects/launchd/changeset/23705 Author: dsorresso@apple.com Date: 2008-08-27 15:17:52 -0700 (Wed, 27 Aug 2008) Log Message: ----------- Merging change for rdar://problem/5986602. Modified Paths: -------------- trunk/launchd/src/launchd_unix_ipc.c Modified: trunk/launchd/src/launchd_unix_ipc.c =================================================================== --- trunk/launchd/src/launchd_unix_ipc.c 2008-08-27 22:14:00 UTC (rev 23704) +++ trunk/launchd/src/launchd_unix_ipc.c 2008-08-27 22:17:52 UTC (rev 23705) @@ -472,12 +472,6 @@ gstr = "kern.maxfiles"; pstr = "kern.maxfilesperproc"; break; - case RLIMIT_NPROC: - /* kernel will not clamp to this value, we must */ - if (gval > (2048 + 20)) { - gval = 2048 + 20; - } - break; default: break; }