more FreeBSD updates
diff --git a/process.c b/process.c
index 47fc87d..11b9910 100644
--- a/process.c
+++ b/process.c
@@ -376,7 +376,7 @@
 			fprintf(stderr, "sys_fork: tcb table full\n");
 			return 0;
 		}
-		if (proc_open(tcpchild, 1) < 0)
+		if (proc_open(tcpchild, 2) < 0)
 		  	droptcb(tcpchild);
 	}
 	return 0;