Undo previous change.

Submitted by: bde
This commit is contained in:
Marcel Moolenaar 1999-10-05 14:40:38 +00:00
parent 0ec4416c55
commit 732c957ce2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51948

View File

@ -125,7 +125,7 @@ usage()
children to exit when they have done their work.
*/
static void handle_sigchld(int sig, int code, void *scp)
static void handle_sigchld(int sig, int code, struct sigcontext *scp)
{
int pid, status;
pid = wait4(-1, &status, WNOHANG, (struct rusage*)0);