{
int counter;
for (counter = 1; counter < SIGUNUSED; counter++)
for (counter = 1; counter < 24; counter++)
signal(counter, SIG_IGN);
signal(SIGCHLD, SIG_DFL);