diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-10 22:04:32 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-10 22:04:32 +0000 |
commit | 0c25fde6e73614a7d2dd793cd71e2cb379839061 (patch) | |
tree | 05bcc0f958d7413285afc2069611a02a2444149c /mail/mmr/files/patch-handlemail.cpp | |
parent | TruthTable is a truth table generator that does the dirty work for you. (diff) |
Update to version 1.6.0
PR: ports/100034
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=167408
Diffstat (limited to '')
-rw-r--r-- | mail/mmr/files/patch-handlemail.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/mmr/files/patch-handlemail.cpp b/mail/mmr/files/patch-handlemail.cpp new file mode 100644 index 000000000000..08a4c4a98cd1 --- /dev/null +++ b/mail/mmr/files/patch-handlemail.cpp @@ -0,0 +1,10 @@ +--- handlemail.cpp.orig Tue Jan 24 06:32:46 2006 ++++ handlemail.cpp Sun Jul 9 23:38:50 2006 +@@ -9,6 +9,7 @@ + #include <dirent.h> + #include <errno.h> + #include <string.h> ++#include <limits.h> + } + + #include "headers.h" |