diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-04 10:09:34 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-04 10:09:34 +0000 |
commit | a3c62e4a0226dff5d5709e0fabf6702eae1e0ca6 (patch) | |
tree | 293d20a2884f3151654d2429c338df759e21eb69 /mail/masqmail-devel/files/patch-local.c | |
parent | Fix build warnings. (diff) |
Fix build warnings.
PR: ports/69984
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=115394
Diffstat (limited to 'mail/masqmail-devel/files/patch-local.c')
-rw-r--r-- | mail/masqmail-devel/files/patch-local.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/masqmail-devel/files/patch-local.c b/mail/masqmail-devel/files/patch-local.c index ca041fc74177..d5adb0eef198 100644 --- a/mail/masqmail-devel/files/patch-local.c +++ b/mail/masqmail-devel/files/patch-local.c @@ -1,12 +1,10 @@ ---- src/local.c.old Fri Apr 30 15:32:04 2004 -+++ src/local.c Fri Apr 30 15:34:23 2004 -@@ -19,6 +19,9 @@ +--- src/local.c.orig Mon May 19 22:44:46 2003 ++++ src/local.c Wed Aug 4 04:15:10 2004 +@@ -19,6 +19,7 @@ #include "masqmail.h" #include "peopen.h" #include <sys/wait.h> -+#ifdef ENABLE_MAILDIR +#include <sys/stat.h> -+#endif static void message_stream(FILE *out, message *msg, GList *hdr_list, guint flags) |