All signal handlers return RETSIGTYPE.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@712 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-09-03 18:04:46 +00:00
parent 3467387cd6
commit a95bae9e0a
8 changed files with 36 additions and 34 deletions

View File

@@ -1004,7 +1004,7 @@ getline(char *s, int n)
return (s);
}
static void
static RETSIGTYPE
toolong(int signo)
{
@@ -1015,6 +1015,7 @@ toolong(int signo)
syslog(LOG_INFO, "User %s timed out after %d seconds",
(pw ? pw -> pw_name : "unknown"), ftpd_timeout);
dologout(1);
SIGRETURN(0);
}
static int