diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-02 14:31:03 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-02 14:31:03 +0000 |
commit | e45d32517e833fc84061ad5d6f0428c544a98b02 (patch) | |
tree | e3892dcff03d452cbda35f6a60e374ec55c4aa97 /mail/ezmlm | |
parent | 7a01950bf67edc3f90935f87981f726ab6d8b253 (diff) |
Notes
Diffstat (limited to 'mail/ezmlm')
-rw-r--r-- | mail/ezmlm/files/patch-ezmlm-manage.c | 10 | ||||
-rw-r--r-- | mail/ezmlm/files/patch-ezmlm-return.c | 10 |
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"); } |