aboutsummaryrefslogtreecommitdiff
path: root/acid/thread
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-09-23 03:25:29 +0000
committerrsc <devnull@localhost>2004-09-23 03:25:29 +0000
commit4fbe07e1db9282a09a3f021922a3e13346b5e932 (patch)
treeb28feb22f432983a8ee6b0086f8ba190fb62b3a0 /acid/thread
parent05d8c6df6c626f9e80e7d0ffe241c061bda36324 (diff)
downloadplan9port-4fbe07e1db9282a09a3f021922a3e13346b5e932.tar.gz
plan9port-4fbe07e1db9282a09a3f021922a3e13346b5e932.tar.bz2
plan9port-4fbe07e1db9282a09a3f021922a3e13346b5e932.zip
Add // to acid thread line so it is executable.
Remove p9fork.
Diffstat (limited to 'acid/thread')
-rw-r--r--acid/thread2
1 files changed, 1 insertions, 1 deletions
diff --git a/acid/thread b/acid/thread
index 54b2c072..ba566b7e 100644
--- a/acid/thread
+++ b/acid/thread
@@ -116,7 +116,7 @@ defn threadfmt(T){
local A, yes, i, P, s;
P = (Proc)T.proc;
- s = "t=(Thread)"+itoa(T, "%-10x")+" ";
+ s = "t=(Thread)"+itoa(T, "%-10x")+" // ";
if T.state == Running then
s = s + "Running ";