Revision
23666
Author
dsorresso@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

Diff

Modified: branches/PR-5039559/launchd/src/launchd.c (23665 => 23666)


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