[bug #4302] errno is not always an extern int
[mmh] / uip / vmh.c
index 2c2f6b5..327f451 100644 (file)
--- a/uip/vmh.c
+++ b/uip/vmh.c
@@ -3,6 +3,10 @@
  * vmh.c -- visual front-end to nmh
  *
  * $Id$
  * vmh.c -- visual front-end to nmh
  *
  * $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 <h/mh.h>
@@ -199,7 +203,6 @@ static RETSIGTYPE TSTPser(int);
 
 
                                        /* MISCELLANY */
 
 
                                        /* MISCELLANY */
-extern int errno;
 
 /*
  * static prototypes
 
 /*
  * static prototypes