Skip to content

os400: make it compilable again#13930

Closed
monnerat wants to merge 1 commit intocurl:masterfrom
monnerat:os400
Closed

os400: make it compilable again#13930
monnerat wants to merge 1 commit intocurl:masterfrom
monnerat:os400

Conversation

@monnerat
Copy link
Copy Markdown
Contributor

A newly introduced use of getsockname() in the cli tool makes it require the ascii wrapper module, which is not available outside of the library: as the tool only uses the address family field (binary), disable wrappers outside of libcurl.

Fix setsockopt() parameter type mismatch using a (void *) cast.

Sync ILE/RPG binding.

A newly introduced use of getsockname() in the cli tool makes it require
the ascii wrapper module, which is not available outside of the library:
as the tool only uses the address family field (binary), disable
wrappers outside of libcurl.

Fix setsockopt() parameter type mismatch using a (void *) cast.

Sync ILE/RPG binding.
@bagder
Copy link
Copy Markdown
Member

bagder commented Jun 13, 2024

Thanks!

@monnerat monnerat deleted the os400 branch June 13, 2024 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants