X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmsh.c;h=43530db3946bcfbc23937d5c395d294a25455732;hb=6ce3e60f25c94b31e5d090ea03dee09d70dc1f7b;hp=233982174c11b703102835f226361d57038f1975;hpb=3a84d814004fd4557bf4f44952648e9e69bd22a8;p=mmh diff --git a/uip/msh.c b/uip/msh.c index 2339821..43530db 100644 --- a/uip/msh.c +++ b/uip/msh.c @@ -25,7 +25,7 @@ #include #include -#include +#include #include #include #include @@ -1919,7 +1919,7 @@ pFIN (void) { int status; - switch (setjmp (peerenv)) { + switch (m_setjmp (peerenv)) { case OK: SIGNAL (SIGALRM, alrmser); alarm (ALARM);