diff options
author | rsc <devnull@localhost> | 2004-04-21 06:55:30 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-21 06:55:30 +0000 |
commit | d0f7912a0e6f2912ffcc83c8916d991b56a26f46 (patch) | |
tree | 7bae30c9fc99b97b3ed64477746e04681b025fb0 /acid/truss | |
parent | 6b17c8f11be7556af7ae454b12dc37c9fb264a48 (diff) | |
download | plan9port-d0f7912a0e6f2912ffcc83c8916d991b56a26f46.tar.gz plan9port-d0f7912a0e6f2912ffcc83c8916d991b56a26f46.tar.bz2 plan9port-d0f7912a0e6f2912ffcc83c8916d991b56a26f46.zip |
small fixes
Diffstat (limited to 'acid/truss')
-rw-r--r-- | acid/truss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ // poor emulation of SVR5 truss command - traces system calls -include(acidfile); +include("syscall"); _stoprunning = 0; @@ -280,4 +280,4 @@ defn untruss() { start(pid); } -print("/sys/lib/acid/truss"); +print(acidfile); |