summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomek Orzechowski2004-04-27 09:55:48 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitebfbac726fb9b25015e3f161d4f3d877e2c0a64a (patch)
tree6513781aae3913824579e4b5b48857342483c929
parent5cd82c5b8fdcbba6c197c5b7fa5faf13e7156b24 (diff)
downloadpostfix-ebfbac726fb9b25015e3f161d4f3d877e2c0a64a.zip
postfix-ebfbac726fb9b25015e3f161d4f3d877e2c0a64a.tar.gz
- up to 2.1.0
Changed files: postfix-kill_warnings.patch -> 1.2
-rw-r--r--postfix-kill_warnings.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/postfix-kill_warnings.patch b/postfix-kill_warnings.patch
index 63aee7b..70807c8 100644
--- a/postfix-kill_warnings.patch
+++ b/postfix-kill_warnings.patch
@@ -1,22 +1,3 @@
-diff -dur postfix-2.0.16.orig/src/global/mail_params.c postfix-2.0.16/src/global/mail_params.c
---- postfix-2.0.16.orig/src/global/mail_params.c 2005-01-08 08:59:26.000000000 +0100
-+++ postfix-2.0.16/src/global/mail_params.c 2005-01-08 09:25:31.372904944 +0100
-@@ -132,6 +132,7 @@
- #include <pwd.h>
- #include <grp.h>
- #include <time.h>
-+#include <ctype.h>
-
- #ifdef STRCASECMP_IN_STRINGS_H
- #include <strings.h>
-@@ -150,6 +151,7 @@
- #endif
- #include <safe_open.h>
- #include <mymalloc.h>
-+#include <vstring_vstream.h>
-
- /* Global library. */
-
diff -dur postfix-2.0.16.orig/src/global/mail_stream.c postfix-2.0.16/src/global/mail_stream.c
--- postfix-2.0.16.orig/src/global/mail_stream.c 2003-04-15 21:06:28.000000000 +0200
+++ postfix-2.0.16/src/global/mail_stream.c 2005-01-08 09:25:31.372904944 +0100