summaryrefslogtreecommitdiff
path: root/ftp/downloader/files/patch-main-base64.cc
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-11-01 20:17:30 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-11-01 20:17:30 +0000
commitaf07a7c34525e1d85e8073a8c974e6ec3d2c557a (patch)
tree2a0eb601eac0c1038f2cc21f2c06c442428a090c /ftp/downloader/files/patch-main-base64.cc
parentChange WWW (diff)
Update to 2.5.6
PR: 88343 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=146939
Diffstat (limited to 'ftp/downloader/files/patch-main-base64.cc')
-rw-r--r--ftp/downloader/files/patch-main-base64.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/ftp/downloader/files/patch-main-base64.cc b/ftp/downloader/files/patch-main-base64.cc
index 653a6decb0fb..b30bdebe6d10 100644
--- a/ftp/downloader/files/patch-main-base64.cc
+++ b/ftp/downloader/files/patch-main-base64.cc
@@ -1,9 +1,10 @@
---- main/base64.cc.orig Fri Sep 16 13:32:16 2005
-+++ main/base64.cc Fri Sep 16 23:03:23 2005
-@@ -13,6 +13,7 @@
+--- main/base64.cc.orig Sun Oct 30 22:02:27 2005
++++ main/base64.cc Mon Oct 31 04:14:40 2005
+@@ -13,7 +13,7 @@
#include "base64.h"
#include <string.h>
#include <stdio.h>
+-#include <stdint.h>
+#include <inttypes.h>
char Table64[64]={ 'A','B','C','D','E','F','G','H',