Modified: trunk/launchd/src/launchd_core_logic.c (23627 => 23628)
--- trunk/launchd/src/launchd_core_logic.c 2008-05-13 16:40:57 UTC (rev 23627)
+++ trunk/launchd/src/launchd_core_logic.c 2008-05-16 23:42:49 UTC (rev 23628)
@@ -5244,7 +5244,7 @@
struct stat sb;
char logfile[PATH_MAX];
char pidstr[100];
- char *sample_args[] = { "sample", pidstr, "1", "-mayDie", "-file", logfile, NULL };
+ char *sample_args[] = { "sample", pidstr, "1", "-unsupportedShowArch", "-mayDie", "-file", logfile, NULL };
char *contents = NULL;
int logfile_fd = -1;
int console_fd = -1;