mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
small fixes
This commit is contained in:
parent
6b17c8f11b
commit
d0f7912a0e
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
// poor emulation of SVR5 truss command - traces system calls
|
// poor emulation of SVR5 truss command - traces system calls
|
||||||
|
|
||||||
include(acidfile);
|
include("syscall");
|
||||||
|
|
||||||
_stoprunning = 0;
|
_stoprunning = 0;
|
||||||
|
|
||||||
|
@ -280,4 +280,4 @@ defn untruss() {
|
||||||
start(pid);
|
start(pid);
|
||||||
}
|
}
|
||||||
|
|
||||||
print("/sys/lib/acid/truss");
|
print(acidfile);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<mkhdr
|
<mkhdr
|
||||||
|
|
||||||
BUGGERED='9p|fmt|httpd|ip|utf|venti'
|
BUGGERED='9p|fmt|httpd|ip|utf|sunrpc|venti'
|
||||||
LIBDIRS=`ls -ld lib* | sed -n 's/^d.* //p' |egrep -v "^lib($BUGGERED)$"`
|
LIBDIRS=`ls -ld lib* | sed -n 's/^d.* //p' |egrep -v "^lib($BUGGERED)$"`
|
||||||
|
|
||||||
DIRS=\
|
DIRS=\
|
||||||
|
|
Loading…
Reference in a new issue