mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
* Fix bug ID #38193: order on darwin is same as openbsd
git-svn-id: trunk@47752 -
(cherry picked from commit 729c1dee8c
)
This commit is contained in:
parent
d0dce2cb7f
commit
ba7a8ff709
@ -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)}
|
||||
|
Loading…
Reference in New Issue
Block a user