Modified: trunk/launchd/src/launchd_runtime.c (23598 => 23599)
--- trunk/launchd/src/launchd_runtime.c 2008-04-14 21:12:18 UTC (rev 23598)
+++ trunk/launchd/src/launchd_runtime.c 2008-04-15 21:55:50 UTC (rev 23599)
@@ -1036,7 +1036,7 @@
tmp_options = options;
- /* It looks like the compiler doesn't optimize switch(unlikely(...)) */
+ /* It looks like the compiler doesn't optimize switch(unlikely(...)) See: 5691066 */
if (unlikely(mr)) switch (mr) {
case MACH_SEND_INVALID_DEST:
case MACH_SEND_TIMED_OUT: