[Issue 22453] New: OpenBSD: Add a dummy value for AI_V4MAPPED

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 30 01:31:32 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=22453

          Issue ID: 22453
           Summary: OpenBSD: Add a dummy value for AI_V4MAPPED
           Product: D
           Version: D2
          Hardware: All
                OS: Other
            Status: NEW
          Severity: minor
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: bcallah at openbsd.org

OpenBSD doesn't support AI_V4MAPPED but real-world D code assumes its presence.
Add a dummy value of 0 to help prevent compiler errors (but, of course, without
the benefits of AI_V4MAPPED).
Discovered when building some code from the dub packages.

--


More information about the Digitalmars-d-bugs mailing list