Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amigaos: fix sys/mbuf.h m_len macro clash #11479

Closed
wants to merge 1 commit into from

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.

None yet

1 participant