Get rid of 9proc.

This commit is contained in:
rsc 2004-09-23 03:06:04 +00:00
parent 040d1d02f5
commit 05d8c6df6c
9 changed files with 38 additions and 224 deletions

View file

@ -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: