Revision
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

Diff

Modified: trunk/launchd/src/launchd_unix_ipc.c (23704 => 23705)


--- 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;
 				}