[launchd-changes] [23666] branches/PR-5039559/launchd/src/launchd.c

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 18 13:34:34 PDT 2008


Revision: 23666
          http://trac.macosforge.org/projects/launchd/changeset/23666
Author:   dsorresso at apple.com
Date:     2008-08-18 13:34:34 -0700 (Mon, 18 Aug 2008)
Log Message:
-----------
Tweaked comment. Got rid of unneeded, commented-out #ifdef.

Modified Paths:
--------------
    branches/PR-5039559/launchd/src/launchd.c

Modified: branches/PR-5039559/launchd/src/launchd.c
===================================================================
--- branches/PR-5039559/launchd/src/launchd.c	2008-08-15 08:04:45 UTC (rev 23665)
+++ branches/PR-5039559/launchd/src/launchd.c	2008-08-18 20:34:34 UTC (rev 23666)
@@ -169,15 +169,13 @@
 		_vproc_transaction_end();
 	}
 
-//#if TARGET_OS_EMBEDDED
 	if( pid1_magic ) {
-		/* Start the update thread -- rdar://problem/5039559 */
+		/* Start the update thread -- rdar://problem/5039559&6153301 */
 		pthread_t t = NULL;
 		g_sync_frequency = 30;
 		int err = pthread_create(&t, NULL, update_thread, NULL);
 		launchd_assumes(err == 0);
 	}
-//#endif
 
 	jobmgr_init(sflag);
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20080818/b202b175/attachment.html 


More information about the launchd-changes mailing list