Index:final.c @@ -51,6 +51,12 @@ sigset(SIGWINCH, winch_catcher); #endif +#ifndef lint +#ifdef SIGEMT + sigignore(SIGEMT); /* Ignore EMT signals from old [t]rn's */ +#endif +#endif + #ifdef DEBUG /* sometimes we WANT a core dump */ if (debug & DEB_COREDUMPSOK)