View | Details | Raw Unified | Return to bug 240631
Collapse All | Expand All

(-)files/patch-Curl.xs (+11 lines)
Line 0 Link Here
1
--- Curl.xs.orig	2019-09-17 09:12:44 UTC
2
+++ Curl.xs
3
@@ -73,7 +73,7 @@ typedef struct {
4
 #ifdef __CURL_MULTI_H
5
     struct CURLM *curlm;
6
 #else
7
-    struct void *curlm;
8
+    void *curlm;
9
 #endif
10
 } perl_curl_multi;
11
 

Return to bug 240631