diff options
author | 1999-09-30 08:34:24 +0000 | |
---|---|---|
committer | 1999-09-30 08:34:24 +0000 | |
commit | c956d01c83dae79ea19dd1fcb81d3e90b4f2ce11 (patch) | |
tree | 32ec677a4f5d5276860c4d13f1bf2ca4d7fb406c /usr.bin/ssh/serverloop.c | |
parent | Logfile documentation. (diff) | |
download | wireguard-openbsd-c956d01c83dae79ea19dd1fcb81d3e90b4f2ce11.tar.xz wireguard-openbsd-c956d01c83dae79ea19dd1fcb81d3e90b4f2ce11.zip |
even smaller
Diffstat (limited to 'usr.bin/ssh/serverloop.c')
-rw-r--r-- | usr.bin/ssh/serverloop.c | 2 |
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."); |