From e45d32517e833fc84061ad5d6f0428c544a98b02 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sat, 2 Aug 2003 14:31:03 +0000 Subject: [PATCH] - Unbreak under GCC 3.3 PR: 55182 Submitted by: maintainer Approved by: fjoe (mentor) (implicit) --- mail/ezmlm/files/patch-ezmlm-manage.c | 10 ++++++++++ mail/ezmlm/files/patch-ezmlm-return.c | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 mail/ezmlm/files/patch-ezmlm-manage.c create mode 100644 mail/ezmlm/files/patch-ezmlm-return.c 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"); }