update prototype for signal handlers to RETSIGTYPE (*)(int)

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8580 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-07-08 12:06:01 +00:00
parent 75efa85c36
commit c5debbcc33

View File

@@ -435,7 +435,7 @@ void
mput(int argc, char **argv)
{
int i;
RETSIGTYPE (*oldintr)();
RETSIGTYPE (*oldintr)(int);
int ointer;
char *tp;