plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 07bda1263eb4e319e9d8b278e81d75f67a417b66
parent 70997336be6d2cad434cd61e2573159c512f9191
Author: rsc <devnull@localhost>
Date:   Tue, 28 Dec 2004 22:29:43 +0000

avoid use of an extra proc

Diffstat:
Msrc/cmd/plumb/fsys.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/plumb/fsys.c b/src/cmd/plumb/fsys.c @@ -199,7 +199,7 @@ startfsys(void) if(post9pservice(p[1], "plumb") < 0) sysfatal("post9pservice plumb: %r"); close(p[1]); - proccreate(fsysproc, nil, Stack); + fsysproc(nil); } static void