aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-ovirt-engine-sdk/files/patch-clang16
diff options
context:
space:
mode:
Diffstat (limited to 'net/rubygem-ovirt-engine-sdk/files/patch-clang16')
-rw-r--r--net/rubygem-ovirt-engine-sdk/files/patch-clang1611
1 files changed, 0 insertions, 11 deletions
diff --git a/net/rubygem-ovirt-engine-sdk/files/patch-clang16 b/net/rubygem-ovirt-engine-sdk/files/patch-clang16
deleted file mode 100644
index d3eb39b8a84a..000000000000
--- a/net/rubygem-ovirt-engine-sdk/files/patch-clang16
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/ovirtsdk4c/ov_http_client.c.orig 2023-06-24 11:23:37 UTC
-+++ ext/ovirtsdk4c/ov_http_client.c
-@@ -998,7 +998,7 @@ static void ov_http_client_prepare_handle(ov_http_clie
-
- /* Set the headers: */
- if (!NIL_P(request_ptr->headers)) {
-- rb_hash_foreach(request_ptr->headers, ov_http_client_add_header, (VALUE) headers);
-+ rb_hash_foreach(request_ptr->headers, (int (*)(VALUE, VALUE, VALUE)) ov_http_client_add_header, (VALUE) headers);
- }
- curl_easy_setopt(handle, CURLOPT_HTTPHEADER, *headers);
-