X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmshcmds.c;h=64957e8e1f85cca7222396f522949e620895cf79;hb=c3ed95b3c5530b84a73dbdd531cb9aca9ba8dea0;hp=3bd4db35c432cd04885ac3262e0d5600348f379f;hpb=c05210483d82bf5f3786725ff80e12444088a701;p=mmh diff --git a/uip/mshcmds.c b/uip/mshcmds.c index 3bd4db3..64957e8 100644 --- a/uip/mshcmds.c +++ b/uip/mshcmds.c @@ -2406,19 +2406,7 @@ ask (int msgnum) fflush (stdout); buf[0] = 0; -#ifndef BSD42 read (fileno (stdout), buf, sizeof buf); -#else /* BSD42 */ - switch (setjmp (sigenv)) { - case OK: - should_intr = 1; - read (fileno (stdout), buf, sizeof buf);/* fall... */ - - default: - should_intr = 0; - break; - } -#endif /* BSD42 */ if (strchr(buf, '\n') == NULL) putchar ('\n');