Reinstall SysV signal handler.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4450 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -182,6 +182,9 @@ sigALRM(int sig)
|
|||||||
if (igdata < gsize)
|
if (igdata < gsize)
|
||||||
gdata[igdata++] ^= counter & 0xff;
|
gdata[igdata++] ^= counter & 0xff;
|
||||||
|
|
||||||
|
#ifndef HAVE_SIGACTION
|
||||||
|
signal(SIGALRM, sigALRM); /* Reinstall SysV signal handler */
|
||||||
|
#endif
|
||||||
SIGRETURN(0);
|
SIGRETURN(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user