[bug #4302] errno is not always an extern int
[mmh] / sbr / m_draft.c
index 712e173..7aea6f0 100644 (file)
@@ -3,13 +3,15 @@
  * m_draft.c -- construct the name of a draft message
  *
  * $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>
 #include <errno.h>
 
-extern int errno;
-
 
 char *
 m_draft (char *folder, char *msg, int use, int *isdf)