Package: ocurl / 0.9.1-1

0001-CURLE_URL_MALFORMAT_USER-is-obsolete.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Stephane Glondu <[email protected]>
Date: Mon, 18 Apr 2011 18:41:40  0200
Subject: CURLE_URL_MALFORMAT_USER is obsolete

Signed-off-by: Stephane Glondu <[email protected]>
---
 curl-helper.c | 2  -
 1 file changed, 1 insertion( ), 1 deletion(-)

diff --git a/curl-helper.c b/curl-helper.c
index 8790fde..b156b90 100644
--- a/curl-helper.c
    b/curl-helper.c
@@ -144,7  144,7 @@ CURLErrorMapping errorMap[] =
 #else
     {"CURLE_URL_MALFORMAT", -1},
 #endif
-#if HAVE_DECL_CURLE_URL_MALFORMAT_USER
 #if 0
     {"CURLE_URL_MALFORMAT_USER", CURLE_URL_MALFORMAT_USER},
 #else
     {"CURLE_URL_MALFORMAT_USER", -1},