mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 18:10:26 +02:00
* fixed sinlen
git-svn-id: trunk@2688 -
This commit is contained in:
parent
4509209df7
commit
103830cd59
@ -21,6 +21,10 @@ Uses UnixType;
|
||||
{$DEFINE SOCK_HAS_SINLEN} // BSD definition of scoketaddr
|
||||
{$endif}
|
||||
|
||||
{$ifdef Darwin}
|
||||
{$DEFINE SOCK_HAS_SINLEN} // BSD definition of scoketaddr
|
||||
{$endif}
|
||||
|
||||
{$i unxsockh.inc}
|
||||
{$i socketsh.inc}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user