X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmsh.c;h=f6d1a362b4cc9f2c59125e57957418b549136e4e;hb=703b7d98727c1f7e1e76434a04a3125d76d7d168;hp=233982174c11b703102835f226361d57038f1975;hpb=3a84d814004fd4557bf4f44952648e9e69bd22a8;p=mmh diff --git a/uip/msh.c b/uip/msh.c index 2339821..f6d1a36 100644 --- a/uip/msh.c +++ b/uip/msh.c @@ -25,7 +25,7 @@ #include #include -#include +#include #include #include #include @@ -153,8 +153,6 @@ int told_to_quit; /* SIGQUIT detected */ /* * prototypes */ -int SOprintf (char *, ...); /* from termsbr.c */ -int sc_width (void); /* from termsbr.c */ void fsetup (char *); void setup (char *); FILE *msh_ready (int, int); @@ -1919,7 +1917,7 @@ pFIN (void) { int status; - switch (setjmp (peerenv)) { + switch (m_setjmp (peerenv)) { case OK: SIGNAL (SIGALRM, alrmser); alarm (ALARM);