small fixes

This commit is contained in:
rsc 2004-04-21 06:55:30 +00:00
parent 6b17c8f11b
commit d0f7912a0e
2 changed files with 3 additions and 3 deletions

View file

@ -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);