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

fix FreeBSD warning/error about missing inet_aton #26862

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arezaii
Copy link
Collaborator

@arezaii arezaii commented Mar 6, 2025

This is a copy of a closed PR #26452

Patch was originally submitted by @EduardoMorras, [email protected]

This fixes a portability issue with FreeBSD 13.4, 14.1, and 14.2 (maybe others) when using LLVM version 19 (maybe others)

resolves #22549

TESTING:

  • gasnet paratest [Summary: #Successes = 17955 | #Failures = 0 | #Futures = 916]
  • paratest [Summary: #Successes = 17772 | #Failures = 0 | #Futures = 905]
  • paratest w/C backend [Summary: #Successes = 17626 | #Failures = 0 | #Futures = 893]
  • local testing of test/library/packages/Socket/ [Summary: #Successes = 13 | #Failures = 0 | #Futures = 0 | #Warnings = 0 ]

@arezaii arezaii force-pushed the fix-missing-inet-aton branch from d18ce76 to d429526 Compare March 6, 2025 23:30
@arezaii arezaii requested a review from mppf March 7, 2025 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Portability issue with inet_aton on FreeBSD 13.2
1 participant