]> git.marmaro.de Git - mmh/blobdiff - uip/msh.c
Support -fmtproc -nofmtproc in show.
[mmh] / uip / msh.c
index 7b5575eded2730f730ddd0fbf184e6a0a4de2ab3..80bc1d21942507d6e31707a2a5d9ab6c684d2612 100644 (file)
--- a/uip/msh.c
+++ b/uip/msh.c
@@ -25,7 +25,7 @@
 #include <termios.h>
 
 #include <pwd.h>
-#include <h/m_setjmp.h>
+#include <setjmp.h>
 #include <signal.h>
 #include <h/msh.h>
 #include <h/vmhsbr.h>
@@ -1915,7 +1915,7 @@ pFIN (void)
 {
     int status;
 
-    switch (m_setjmp (peerenv)) {
+    switch (setjmp (peerenv)) {
        case OK: 
            SIGNAL (SIGALRM, alrmser);
            alarm (ALARM);