summaryrefslogtreecommitdiff
path: root/mail/ezmlm
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-02 14:31:03 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-02 14:31:03 +0000
commite45d32517e833fc84061ad5d6f0428c544a98b02 (patch)
treee3892dcff03d452cbda35f6a60e374ec55c4aa97 /mail/ezmlm
parentUpdate to 1.4.1 (diff)
- Unbreak under GCC 3.3
PR: 55182 Submitted by: maintainer Approved by: fjoe (mentor) (implicit)
Notes
Notes: svn path=/head/; revision=86189
Diffstat (limited to 'mail/ezmlm')
-rw-r--r--mail/ezmlm/files/patch-ezmlm-manage.c10
-rw-r--r--mail/ezmlm/files/patch-ezmlm-return.c10
2 files changed, 20 insertions, 0 deletions
diff --git a/mail/ezmlm/files/patch-ezmlm-manage.c b/mail/ezmlm/files/patch-ezmlm-manage.c
new file mode 100644
index 000000000000..0ff204a127be
--- /dev/null
+++ b/mail/ezmlm/files/patch-ezmlm-manage.c
@@ -0,0 +1,10 @@
+--- ezmlm-manage.c.orig Sat Aug 2 13:07:10 2003
++++ ezmlm-manage.c Sat Aug 2 13:07:30 2003
+@@ -22,6 +22,7 @@
+ #include "fmt.h"
+ #include "subscribe.h"
+ #include "cookie.h"
++#include "log.h"
+
+ #define FATAL "ezmlm-manage: fatal: "
+ void die_usage() { strerr_die1x(100,"ezmlm-manage: usage: ezmlm-manage dir"); }
diff --git a/mail/ezmlm/files/patch-ezmlm-return.c b/mail/ezmlm/files/patch-ezmlm-return.c
new file mode 100644
index 000000000000..d3d11b1dafcb
--- /dev/null
+++ b/mail/ezmlm/files/patch-ezmlm-return.c
@@ -0,0 +1,10 @@
+--- ezmlm-return.c.orig Sat Aug 2 13:10:16 2003
++++ ezmlm-return.c Sat Aug 2 13:10:31 2003
+@@ -17,6 +17,7 @@
+ #include "cookie.h"
+ #include "subscribe.h"
+ #include "issub.h"
++#include "log.h"
+
+ #define FATAL "ezmlm-return: fatal: "
+ void die_usage() { strerr_die1x(100,"ezmlm-return: usage: ezmlm-return dir"); }