From 6a4566b7ae35241450be32bcac122c819ffd3b28 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 6 Sep 2005 18:48:58 +0000 Subject: - Unbroken on FreeBSD > 502014 PR: ports/85122 Submitted by: Marcus Grando Approved by: maintainer timeout (18 days) --- .../files/patch-plugins_dataresend_dataresend.cxx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mail/xc-mail/files/patch-plugins_dataresend_dataresend.cxx (limited to 'mail/xc-mail/files/patch-plugins_dataresend_dataresend.cxx') diff --git a/mail/xc-mail/files/patch-plugins_dataresend_dataresend.cxx b/mail/xc-mail/files/patch-plugins_dataresend_dataresend.cxx new file mode 100644 index 000000000000..d63f546d4e64 --- /dev/null +++ b/mail/xc-mail/files/patch-plugins_dataresend_dataresend.cxx @@ -0,0 +1,20 @@ +--- plugins/dateresend/dateresend.cxx.orig Wed Aug 17 10:09:32 2005 ++++ plugins/dateresend/dateresend.cxx Wed Aug 17 10:10:28 2005 +@@ -47,7 +47,7 @@ + addmenu(4,"Resend in 1 week"); + } + } +-void dateresend::resendmail(int mode,char *datestr=NULL) ++void dateresend::resendmail(int mode,char *datestr) + { + int size; + char *body=sm->ml->mailbody(size,1); +@@ -379,7 +379,7 @@ + addmenu(MPMENU_GENERAL,1,"Send me @ date..."); + } + } +-void datesender::sendmail(char *subject,char *body,char *datestr=NULL) ++void datesender::sendmail(char *subject,char *body,char *datestr) + { + int size; + createmail *cm=new createmail; -- cgit v1.2.3