Skip to content

Conversation

@Futaura
Copy link
Contributor

@Futaura Futaura commented Jul 19, 2023

The updated Curl_http_req_make and Curl_http_req_make2 functions spawned a parameter called m_len. The AmigaOS networking headers, derived from NetBSD, contain "#define m_len m_hdr.mh_len" which clashes with this. Since we do not actually use mbuf, force the include file to be ignored, removing the clash.

The updated Curl_http_req_make and Curl_http_req_make2 functions
spawned a parameter called m_len. The AmigaOS networking headers,
derived from NetBSD, contain "#define m_len m_hdr.mh_len" which
clashes with this. Since we do not actually use mbuf, force the
include file to be ignored, removing the clash.
@bagder bagder closed this in 9ea44fc Jul 20, 2023
ptitSeb pushed a commit to wasix-org/curl that referenced this pull request Sep 25, 2023
The updated Curl_http_req_make and Curl_http_req_make2 functions spawned
a parameter called m_len. The AmigaOS networking headers, derived from
NetBSD, contain "#define m_len m_hdr.mh_len" which clashes with
this. Since we do not actually use mbuf, force the include file to be
ignored, removing the clash.

Closes curl#11479
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant