X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/50f84f3edf8c5d2478e7ac178963d1664fa44630..faa687fed273e36ee92ac51d06a94d786084a3b0:/latency.tproj/latency.c diff --git a/latency.tproj/latency.c b/latency.tproj/latency.c index 8047b2d..b48bc55 100644 --- a/latency.tproj/latency.c +++ b/latency.tproj/latency.c @@ -365,6 +365,8 @@ quit(char *s) set_remove(); } } + endwin(); + printf("latency: "); if (s) { printf("%s", s); @@ -2583,7 +2585,7 @@ do_kernel_nm(void) /* * Build the nm command and create a tmp file with the output */ - sprintf (tmpstr, "/usr/bin/nm -f -n -s __TEXT __text %s > %s", + sprintf (tmpstr, "/usr/bin/nm -n %s -s __TEXT __text > %s", kernelpath, tmp_nm_file); system(tmpstr);