commit | f4b26b64bc699519008009dad72c3248a2e414a0 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Tue Jan 04 22:17:10 2005 +0000 |
committer | rsc <devnull@localhost> | Tue Jan 04 22:17:10 2005 +0000 |
tree | d8d5d4ab716c3ae13df99c47ad13e7347af90f0b | |
parent | b10db40d3b82f192cc04b70305e4ec24109edf46 [diff] [blame] |
do threading right
diff --git a/src/cmd/plumb/fsys.c b/src/cmd/plumb/fsys.c index 837f45a..e9be1eb 100644 --- a/src/cmd/plumb/fsys.c +++ b/src/cmd/plumb/fsys.c
@@ -199,7 +199,7 @@ if(post9pservice(p[1], "plumb") < 0) sysfatal("post9pservice plumb: %r"); close(p[1]); - fsysproc(nil); + proccreate(fsysproc, nil, Stack); } static void