aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/exec.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-12-27 00:38:59 +0000
committerrsc <devnull@localhost>2004-12-27 00:38:59 +0000
commit334cb1e91ceb2d667c1cfd0b71aa9801bef089ec (patch)
treed08c04f14c4a76c5d915af7370160b466ed0fdd1 /src/cmd/acme/exec.c
parent0a839b83142bba3205fdd5e30d2ba3514aa4513b (diff)
downloadplan9port-334cb1e91ceb2d667c1cfd0b71aa9801bef089ec.tar.gz
plan9port-334cb1e91ceb2d667c1cfd0b71aa9801bef089ec.tar.bz2
plan9port-334cb1e91ceb2d667c1cfd0b71aa9801bef089ec.zip
change to use new thread library
Diffstat (limited to 'src/cmd/acme/exec.c')
-rw-r--r--src/cmd/acme/exec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/acme/exec.c b/src/cmd/acme/exec.c
index ddc28a82..a38ae889 100644
--- a/src/cmd/acme/exec.c
+++ b/src/cmd/acme/exec.c
@@ -1585,6 +1585,7 @@ run(Window *win, char *s, Rune *rdir, int ndir, int newns, char *argaddr, char *
arg = emalloc(10*sizeof(void*));
c = emalloc(sizeof *c);
cpid = chancreate(sizeof(ulong), 0);
+ chansetname(cpid, "cpid %s", s);
arg[0] = win;
arg[1] = s;
arg[2] = rdir;