summaryrefslogtreecommitdiff
path: root/mail/cone/patches/patch-libmail-mboxfolder.C
blob: 359a3b7cb12dbb88991f4786633a03f112b6707e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-libmail-mboxfolder.C,v 1.1 2011/11/22 18:12:35 joerg Exp $

Use stdio functions to ensure that the mail::file cast to FILE * happens.

--- libmail/mboxfolder.C.orig	2011-11-22 16:30:20.000000000 +0000
+++ libmail/mboxfolder.C
@@ -40,6 +40,8 @@
 
 #include <vector>
 
+#undef feof
+
 using namespace std;
 
 mail::mbox::folder::folder(string pathArg,