Merging change for rdar://problem/5986602.
--- 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;
}