summaryrefslogtreecommitdiff
path: root/debian/patches/2631_fix_curl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/2631_fix_curl.patch')
-rw-r--r--debian/patches/2631_fix_curl.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/debian/patches/2631_fix_curl.patch b/debian/patches/2631_fix_curl.patch
deleted file mode 100644
index acc2296..0000000
--- a/debian/patches/2631_fix_curl.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Description: types.h is no longer part of cURL stable
-Origin: commit, revision id: svn-v4:bcd7d363-81e1-0310-97ec-a550e20fc99c:trunk:2631
-Author: chrislit
-Last-Update: 2011-07-03
-X-Bzr-Revision-Id: svn-v4:bcd7d363-81e1-0310-97ec-a550e20fc99c:trunk:2631
-
-=== modified file 'src/mgr/curlftpt.cpp'
---- old/src/mgr/curlftpt.cpp 2010-03-20 11:49:54 +0000
-+++ new/src/mgr/curlftpt.cpp 2011-07-03 09:40:30 +0000
-@@ -26,7 +26,6 @@
- #include <fcntl.h>
-
- #include <curl/curl.h>
--#include <curl/types.h>
- #include <curl/easy.h>
-
- #include <swlog.h>
-
-=== modified file 'src/mgr/curlhttpt.cpp'
---- old/src/mgr/curlhttpt.cpp 2009-10-21 23:46:40 +0000
-+++ new/src/mgr/curlhttpt.cpp 2011-07-03 09:40:30 +0000
-@@ -25,7 +25,6 @@
- #include <cctype>
-
- #include <curl/curl.h>
--#include <curl/types.h>
- #include <curl/easy.h>
-
- #include <swlog.h>
-