]> diplodocus.org Git - nmh/blobdiff - uip/prompter.c
Wrap local part (username) of address with double quotes if needed.
[nmh] / uip / prompter.c
index 872d7423c62a847b29a2a354fd4a072e5740708a..981e8201b4f378a9e97383e9a03dd07e3f7a273a 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);