From 8a5ad7ae8eb37f6092b601f9b502e0df0024ac89 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 30 Sep 1999 08:34:26 +0000 Subject: even smaller --- usr.bin/ssh/serverloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/ssh/serverloop.c') diff --git a/usr.bin/ssh/serverloop.c b/usr.bin/ssh/serverloop.c index 731914d73e1..5ce73db9da7 100644 --- a/usr.bin/ssh/serverloop.c +++ b/usr.bin/ssh/serverloop.c @@ -47,7 +47,7 @@ static int child_pid; /* Pid of the child. */ static volatile int child_terminated; /* The child has terminated. */ static volatile int child_wait_status; /* Status from wait(). */ -RETSIGTYPE sigchld_handler(int sig) +void sigchld_handler(int sig) { int wait_pid; debug("Received SIGCHLD."); -- cgit v1.2.3