]> git.marmaro.de Git - mmh/blobdiff - sbr/getansreadline.c
Don't allow blind aliases with sendmail/pipe mts. Before this change,
[mmh] / sbr / getansreadline.c
index 7c862f2dd5917bd06f1eebfec89f70d5c166352e..2fd06186d29a0ac890a3459e3b999df9616f82d0 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <h/mh.h>
 #include <h/signals.h>
-#include <h/m_setjmp.h>
+#include <setjmp.h>
 #include <signal.h>
 #include <errno.h>
 
@@ -175,10 +175,10 @@ initialize_readline(void)
 static char **
 nmh_completion(const char *text, int start, int end)
 {
-    NMH_UNUSED (end);
-
     char **matches;
 
+    NMH_UNUSED (end);
+
     matches = (char **) NULL;
 
     if (start == 0)