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-base64.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 'mail/mmr/files/patch-base64.cpp')
-rw-r--r-- | mail/mmr/files/patch-base64.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mail/mmr/files/patch-base64.cpp b/mail/mmr/files/patch-base64.cpp deleted file mode 100644 index d3f28416c46d..000000000000 --- a/mail/mmr/files/patch-base64.cpp +++ /dev/null @@ -1,7 +0,0 @@ ---- base64.cpp.orig Mon Oct 21 23:29:39 2002 -+++ base64.cpp Mon Oct 21 23:29:56 2002 -@@ -1,3 +1,4 @@ -+#include <string.h> - - /* Convert to Base64 encoding */ - static char to_base64[64] = { |