avoid use of an extra proc
This commit is contained in:
parent
70997336be
commit
07bda1263e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue