mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Unbreak under GCC 3.3
PR: 55182 Submitted by: maintainer Approved by: fjoe (mentor) (implicit)
This commit is contained in:
parent
7a01950bf6
commit
e45d32517e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86189
10
mail/ezmlm/files/patch-ezmlm-manage.c
Normal file
10
mail/ezmlm/files/patch-ezmlm-manage.c
Normal file
@ -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"); }
|
10
mail/ezmlm/files/patch-ezmlm-return.c
Normal file
10
mail/ezmlm/files/patch-ezmlm-return.c
Normal file
@ -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"); }
|
Loading…
Reference in New Issue
Block a user