summaryrefslogtreecommitdiff
path: root/debian/patches/2631_fix_curl.patch
diff options
context:
space:
mode:
authorDaniel Glassey <wdg@debian.org>2015-09-07 16:04:53 +0100
committerDaniel Glassey <wdg@debian.org>2015-09-07 16:04:53 +0100
commit18cbcca08ff5866208873059f9f0c80f9eafbf5e (patch)
tree390e7f40be2fef58b7c9e92871a2e0accb1d6b3f /debian/patches/2631_fix_curl.patch
parent2e692e1d6dd7f9ff2a6f097477277a9b79a542ef (diff)
remove old patches, add selectively_disable_compiler_warnings.patch
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>
-