commit | 2e4ffe59b588159eb80e236f068278ba47735932 | [log] [tgz] |
---|---|---|
author | Wichert Akkerman <wichert@deephackmode.org> | Sun Sep 03 23:57:48 2000 +0000 |
committer | Wichert Akkerman <wichert@deephackmode.org> | Sun Sep 03 23:57:48 2000 +0000 |
tree | 31363fb77e800d61f383d665bc3f35e5b45d31f4 | |
parent | 10b9cfbbe4f1996c8ff1ac7931626603f5133dc8 [diff] [blame] |
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;