mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
parent
df865974bb
commit
44c6e39c25
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ threadmain(int argc, char *argv[])
|
|||
#ifdef PLAN9PORT
|
||||
USED(fd);
|
||||
proccreate(srv, 0, 32 * 1024);
|
||||
if(post9pservice(p[1], defsrv, defmnt) < 0)
|
||||
if(!stdio && post9pservice(p[1], defsrv, defmnt) < 0)
|
||||
sysfatal("post9pservice");
|
||||
#else
|
||||
procrfork(srv, 0, 32 * 1024, RFFDG|RFNAMEG|RFNOTEG);
|
||||
|
|
Loading…
Reference in a new issue