Use "#include <errno.h>" instead of "extern int errno;". Suggested by
[mmh] / mts / smtp / smtp.c
index f775638..e2f6574 100644 (file)
@@ -9,6 +9,9 @@
 #include "smtp.h"
 #include <zotnet/mts/mts.h>
 #include <signal.h>
+#ifdef MPOP
+#include <errno.h>
+#endif
 
 /*
  * This module implements an interface to SendMail very similar
@@ -71,10 +74,6 @@ static char *sm_moreply = "; ";
 
 struct smtp sm_reply;          /* global... */
 
-#ifdef MPOP
-extern int errno;
-#endif
-
 
 #define        MAXEHLO 20