X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhshowsbr.c;h=99db9f83a418cfca89523af7f94b0149a6d2811f;hb=8e79ce1919d9cf54f101a812e0fd70a33286b9f3;hp=6bfc0bcd0de2646d8ba65226c3c8ef3a61f5eec5;hpb=df6971a59e8d01dcfe605bbac949b7d4b3ab0a92;p=mmh diff --git a/uip/mhshowsbr.c b/uip/mhshowsbr.c index 6bfc0bc..99db9f8 100644 --- a/uip/mhshowsbr.c +++ b/uip/mhshowsbr.c @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include #include @@ -529,13 +529,13 @@ show_content_aux2 (CT ct, int serial, int alternate, char *cracked, char *buffer if (xpause && isatty (fileno (stdout))) { int intr; + SIGNAL_HANDLER istat; if (SOprintf ("Press to show content...")) printf ("Press to show content..."); - SIGNAL_HANDLER istat; istat = SIGNAL (SIGINT, intrser); - if ((intr = m_sigsetjmp (intrenv, 1)) == OK) { + if ((intr = sigsetjmp (intrenv, 1)) == OK) { fflush (stdout); prompt[0] = 0; read (fileno (stdout), prompt, sizeof(prompt));