blob: 063ac51cd26e4359dab2d21a77b0bd4714aa7889 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-libmail-tmpaccount.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/tmpaccount.C.orig 2011-11-22 16:37:21.000000000 +0000
+++ libmail/tmpaccount.C
@@ -14,6 +14,8 @@
#include <errno.h>
#include <sys/stat.h>
+#undef ferror
+
using namespace std;
LIBMAIL_START
|