1
0
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:
Kirill Ponomarev 2003-08-02 14:31:03 +00:00
parent 7a01950bf6
commit e45d32517e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86189
2 changed files with 20 additions and 0 deletions

View 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"); }

View 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"); }