commit | 07bda1263eb4e319e9d8b278e81d75f67a417b66 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Tue Dec 28 22:29:43 2004 +0000 |
committer | rsc <devnull@localhost> | Tue Dec 28 22:29:43 2004 +0000 |
tree | 641bb18d2d51c7b6980a91029b414a3d1db93c42 | |
parent | 70997336be6d2cad434cd61e2573159c512f9191 [diff] |
avoid use of an extra proc
diff --git a/src/cmd/plumb/fsys.c b/src/cmd/plumb/fsys.c index e9be1eb..837f45a 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]); - proccreate(fsysproc, nil, Stack); + fsysproc(nil); } static void