From 4fbe07e1db9282a09a3f021922a3e13346b5e932 Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 23 Sep 2004 03:25:29 +0000 Subject: Add // to acid thread line so it is executable. Remove p9fork. --- acid/thread | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acid/thread') 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 "; -- cgit v1.2.3