Don't test with sendmail because it would really send the mail. If
[mmh] / uip / prompter.c
index 872d742..981e820 100644 (file)
@@ -396,9 +396,7 @@ getln (char *buffer, int n)
 static void
 intrser (int i)
 {
-#ifndef        RELIABLE_SIGNALS
-    SIGNAL (SIGINT, intrser);
-#endif
+    NMH_UNUSED (i);
 
     if (wtuser)
        longjmp (sigenv, NOTOK);