Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit d940d0b

Browse files
authored
Merge pull request #3604 from ibara/AI_V4MAPPED
Fix Issue 22453 - OpenBSD: Add a dummy value for AI_V4MAPPED
2 parents 51e7bdb + f4fcc46 commit d940d0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/sys/posix/netdb.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ else version (OpenBSD)
567567
enum AI_NUMERICHOST = 0x4;
568568
enum AI_EXT = 0x8;
569569
enum AI_NUMERICSERV = 0x10;
570+
enum AI_V4MAPPED = 0; // Not supported
570571
enum AI_FQDN = 0x20;
571572
enum AI_ADDRCONFIG = 0x40;
572573
enum AI_MASK = AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | AI_FQDN | AI_ADDRCONFIG;

0 commit comments

Comments
 (0)