* Fix bug ID #38193: order on darwin is same as openbsd

git-svn-id: trunk@47752 -
This commit is contained in:
michael 2020-12-11 09:14:25 +00:00
parent 817ef6949a
commit 729c1dee8c

View File

@ -230,7 +230,7 @@ type
PProtoEnt = ^TProtoEnt;
PPProtoEnt = ^PProtoEnt;
{$if defined(LINUX) or defined(OPENBSD)}
{$if defined(LINUX) or defined(OPENBSD) or defined(DARWIN)}
{$define FIRST_ADDR_THEN_CANONNAME}
{$endif}
{$if defined(FREEBSD) or defined(NETBSD) or defined(DRAGONFLY) or defined(SOLARIS) or defined(ANDROID)}