summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/serverloop.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-09-30 08:34:26 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-09-30 08:34:26 +0000
commit8a5ad7ae8eb37f6092b601f9b502e0df0024ac89 (patch)
tree3666477f663ae11b4e23e954a4f9a4d25b987bea /usr.bin/ssh/serverloop.c
parent2c20675aa83c4068cae526a23074e325771e9678 (diff)
even smaller
Diffstat (limited to 'usr.bin/ssh/serverloop.c')
-rw-r--r--usr.bin/ssh/serverloop.c2
1 files changed, 1 insertions, 1 deletions
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.");