commit d0f7912a0e6f2912ffcc83c8916d991b56a26f46 from: rsc date: Wed Apr 21 06:55:30 2004 UTC small fixes commit - 6b17c8f11be7556af7ae454b12dc37c9fb264a48 commit + d0f7912a0e6f2912ffcc83c8916d991b56a26f46 blob - 5c4731f1e2b4da5bfcd4d5001f85b340e2c6b70b blob + 82dd1df39b1033d91747291225ba9a849120ec41 --- acid/truss +++ 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 @@ defn untruss() { start(pid); } -print("/sys/lib/acid/truss"); +print(acidfile); blob - 7f0503ca5466e4f85904d29a91e5ab180dc9f727 blob + 64d2a194724213664db6b83f0147b260202ac5f3 --- src/mkfile +++ src/mkfile @@ -1,6 +1,6 @@