[bug #4302] errno is not always an extern int
[mmh] / uip / dropsbr.c
index 5cf4ee3..7f432ea 100644 (file)
@@ -3,6 +3,10 @@
  * dropsbr.c -- create/read/manipulate mail drops
  *
  * $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/nmh.h>
@@ -10,7 +14,7 @@
 #ifndef        MMDFONLY
 # include <h/mh.h>
 # include <h/dropsbr.h>
-# include <zotnet/mts/mts.h>
+# include <h/mts.h>
 # include <h/tws.h>
 #else
 # include "dropsbr.h"
@@ -31,8 +35,6 @@
 
 #include <fcntl.h>
 
-extern int errno;
-
 /*
  * static prototypes
  */