summaryrefslogtreecommitdiff
path: root/mail/arrow
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-01 04:59:35 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-01 04:59:35 +0000
commit0f63da27219018334252805d10739b9ae0b5620d (patch)
tree0470873d6a8a0c632b9238be6d1ab9dd86adeee4 /mail/arrow
parentupdate to 0.35.5 (diff)
Add a minimal odd patch to fix complains on -current cluster bento
Submitted by: bento Reviewed by: peter, will, IRC bsdmike <47d71ad6e4@HSE-London-ppp207327.sympatico.ca>, IRC cmc <chris@adsl-208-191-149-190.dsl.hstntx.swbell.net>, IRC jake_ <jake@k6.locore.ca>
Notes
Notes: svn path=/head/; revision=45681
Diffstat (limited to 'mail/arrow')
-rw-r--r--mail/arrow/files/patch-ae6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/arrow/files/patch-ae b/mail/arrow/files/patch-ae
index 58308bdbd32f..f4d4e2fed7dd 100644
--- a/mail/arrow/files/patch-ae
+++ b/mail/arrow/files/patch-ae
@@ -1,5 +1,5 @@
---- programs/arrow/code/SMTPMessage.cc.orig Wed Jun 14 14:15:43 2000
-+++ programs/arrow/code/SMTPMessage.cc Wed Jun 14 14:37:44 2000
+--- programs/arrow/code/SMTPMessage.cc.orig Fri Sep 24 15:22:05 1999
++++ programs/arrow/code/SMTPMessage.cc Wed Aug 1 01:17:26 2001
@@ -42,7 +42,7 @@
#include <ace/LSOCK_Connector.h>
#include <ace/LSOCK_Stream.h>
@@ -25,7 +25,7 @@
+ struct timezone tz;
+
+ gettimeofday(&t, &tz);
-+ JString date(ctime(&(t.tv_sec)));
++ JString date(ctime((const time_t *) &(t.tv_sec)));
+
+/* END of ftime replacement */
+