Don't test with sendmail because it would really send the mail. If
[mmh] / uip / prompter.c
index ecfd05f..981e820 100644 (file)
@@ -12,7 +12,7 @@
 #include <h/signals.h>
 #include <errno.h>
 #include <signal.h>
-#include <h/m_setjmp.h>
+#include <setjmp.h>
 
 #include <termios.h>
 
@@ -353,7 +353,7 @@ getln (char *buffer, int n)
     cp = buffer;
     *cp = 0;
 
-    switch (m_setjmp (sigenv)) {
+    switch (setjmp (sigenv)) {
        case OK: 
            wtuser = 1;
            break;