Merge from vendor branch TNF:
[pkgsrcv2.git] / mail / cone / patches / patch-libmail-maildir.C
1 $NetBSD$
2
3 Use stdio functions to ensure that the mail::file cast to FILE * happens.
4
5 --- libmail/maildir.C.orig      2011-11-22 16:26:47.000000000 +0000
6 +++ libmail/maildir.C
7 @@ -31,6 +31,8 @@
8  #include <list>
9  #include <map>
10  
11 +#undef ferror
12 +
13  using namespace std;
14  
15  /////////////////////////////////////////////////////////////////////////////