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