commit | d0f7912a0e6f2912ffcc83c8916d991b56a26f46 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Wed Apr 21 06:55:30 2004 +0000 |
committer | rsc <devnull@localhost> | Wed Apr 21 06:55:30 2004 +0000 |
tree | 7bae30c9fc99b97b3ed64477746e04681b025fb0 | |
parent | 6b17c8f11be7556af7ae454b12dc37c9fb264a48 [diff] [blame] |
small fixes
diff --git a/acid/truss b/acid/truss index 5c4731f..82dd1df 100644 --- a/acid/truss +++ b/acid/truss
@@ -1,6 +1,6 @@ // poor emulation of SVR5 truss command - traces system calls -include(acidfile); +include("syscall"); _stoprunning = 0; @@ -280,4 +280,4 @@ start(pid); } -print("/sys/lib/acid/truss"); +print(acidfile);