Get rid of 9proc.
This commit is contained in:
parent
040d1d02f5
commit
05d8c6df6c
9 changed files with 38 additions and 224 deletions
|
|
@ -14,7 +14,7 @@ post9pservice(int fd, char *name)
|
|||
free(ns);
|
||||
if(s == nil)
|
||||
return -1;
|
||||
switch(rfork(RFPROC|RFFDG)){
|
||||
switch(fork()){
|
||||
case -1:
|
||||
return -1;
|
||||
case 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue