summaryrefslogtreecommitdiff
path: root/mail/ezmlm
diff options
context:
space:
mode:
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"); }