diff options
| author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-09-17 20:34:23 +0000 |
|---|---|---|
| committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-09-17 20:34:23 +0000 |
| commit | be8c1fe942fe40bc361b5228645b2e1c5e135c69 (patch) | |
| tree | cd15b1591e3d1296cf8c3c824b2699644ccb5ceb /ftp/downloader/files/patch-main-base64.cc | |
| parent | Update MASTER_SITES and WWW (diff) | |
Update to 2.5.5
PR: ports/86266
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Approved by: pav (mentor)
Diffstat (limited to 'ftp/downloader/files/patch-main-base64.cc')
| -rw-r--r-- | ftp/downloader/files/patch-main-base64.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ftp/downloader/files/patch-main-base64.cc b/ftp/downloader/files/patch-main-base64.cc new file mode 100644 index 000000000000..653a6decb0fb --- /dev/null +++ b/ftp/downloader/files/patch-main-base64.cc @@ -0,0 +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 @@ + #include "base64.h" + #include <string.h> + #include <stdio.h> ++#include <inttypes.h> + + char Table64[64]={ 'A','B','C','D','E','F','G','H', + 'I','J','K','L','M','N','O','P', |
