[launchd-changes] [23705] trunk/launchd/src/launchd_unix_ipc.c

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 27 15:17:52 PDT 2008


Revision: 23705
          http://trac.macosforge.org/projects/launchd/changeset/23705
Author:   dsorresso at 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;
 				}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20080827/fc750986/attachment-0001.html 


More information about the launchd-changes mailing list