COMP_NET
if ((pids[COMP_NET] = fork()) == -1)
if (pids[COMP_NET] == 0) {
proccomp = COMP_NET;
checkexit(pids[COMP_NET], COMP_NET) +