X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhshowsbr.c;h=9c1c0de0a84b172e4201e41f36a7fb646676bb24;hb=3bebe0e894828d80183926d4fc19fc01cd3c274e;hp=6bfc0bcd0de2646d8ba65226c3c8ef3a61f5eec5;hpb=df6971a59e8d01dcfe605bbac949b7d4b3ab0a92;p=mmh diff --git a/uip/mhshowsbr.c b/uip/mhshowsbr.c index 6bfc0bc..9c1c0de 100644 --- a/uip/mhshowsbr.c +++ b/uip/mhshowsbr.c @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include #include @@ -535,7 +535,7 @@ show_content_aux2 (CT ct, int serial, int alternate, char *cracked, char *buffer 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));