summaryrefslogtreecommitdiff
path: root/ftp/downloader/files/patch-main-base64.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/downloader/files/patch-main-base64.cc')
-rw-r--r--ftp/downloader/files/patch-main-base64.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/downloader/files/patch-main-base64.cc b/ftp/downloader/files/patch-main-base64.cc
deleted file mode 100644
index b30bdebe6d10..000000000000
--- a/ftp/downloader/files/patch-main-base64.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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',
- 'I','J','K','L','M','N','O','P',