Remove childhandler. Not common any more.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@782 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-09-28 21:44:30 +00:00
parent 7014977fe6
commit 8f597f6966

View File

@@ -68,23 +68,6 @@ copy_encrypted (int fd1, int fd2, des_cblock *iv,
}
}
/*
* Signal handler that justs waits for the children when they die.
*/
RETSIGTYPE
childhandler (int sig)
{
pid_t pid;
int status;
do {
pid = waitpid (-1, &status, WNOHANG|WUNTRACED);
} while(pid > 0);
signal (SIGCHLD, childhandler);
SIGRETURN(0);
}
#ifndef X_UNIX_PATH
#define X_UNIX_PATH "/tmp/.X11-unix/X"
#endif