[bug #4302] errno is not always an extern int
[mmh] / sbr / mts.c
index 551fd1f..169894f 100644 (file)
--- a/sbr/mts.c
+++ b/sbr/mts.c
@@ -3,6 +3,10 @@
  * mts.c -- definitions for the mail transport system
  *
  * $Id$
  * mts.c -- definitions for the mail transport system
  *
  * $Id$
+ *
+ * This code is Copyright (c) 2002, by the authors of nmh.  See the
+ * COPYRIGHT file in the root directory of the nmh distribution for
+ * complete copyright information.
  */
 
 #include <h/mh.h>   /* for snprintf() */
  */
 
 #include <h/mh.h>   /* for snprintf() */
@@ -23,8 +27,6 @@
 #define        NOTOK   (-1)
 #define        OK        0
 
 #define        NOTOK   (-1)
 #define        OK        0
 
-extern int errno;
-
 /*
  * static prototypes
  */
 /*
  * static prototypes
  */