aboutsummaryrefslogtreecommitdiff
path: root/mail/noattach/files/patch-noattach.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/noattach/files/patch-noattach.c')
-rw-r--r--mail/noattach/files/patch-noattach.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/mail/noattach/files/patch-noattach.c b/mail/noattach/files/patch-noattach.c
index 19c07c00a793..d1c53b853e24 100644
--- a/mail/noattach/files/patch-noattach.c
+++ b/mail/noattach/files/patch-noattach.c
@@ -1,12 +1,13 @@
---- noattach.c.orig Thu Aug 21 15:52:48 2003
-+++ noattach.c Tue Oct 12 18:02:32 2004
-@@ -54,7 +54,9 @@
- #define BUFFER_SIZE (MILTER_CHUNK_SIZE+OVERLAP_SIZE)
+--- noattach.c.orig Wed Feb 2 12:16:45 2005
++++ noattach.c Sun Apr 17 23:04:29 2005
+@@ -77,8 +77,10 @@
#ifndef true
+ #ifndef SMFIF_QUARANTINE
+#ifndef __bool_true_false_are_defined
- typedef int bool;
-+#endif /* ! __bool_true_false_are_defined */
+ typedef int bool; /* kludge: typedef unneeded in 8.13.0, when
+ * quarantining was introduced */
++#endif
+ #endif
#define false 0
#define true 1
- #endif /* ! true */