summaryrefslogtreecommitdiff
path: root/mail/ja-mh/patches/patch-am
blob: e4c25a639933d887f0893a39738a5613dd82b4d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-am,v 1.4 2010/09/27 12:01:49 taca Exp $

* Don't declare errno but include <errno.h>.

--- conf/config/mts.c.orig	2006-04-11 13:46:53.000000000 +0000
+++ conf/config/mts.c
@@ -33,10 +33,7 @@ static char ident[] = "@(#)$Id: mts.c,v 
 
 #define	NULLCP	((char *) 0)
 
-#ifdef __CYGWIN32__
 #include <errno.h>
-#endif
-extern int  errno;
 
 static char   *tailor_value ();