* fixed sinlen

git-svn-id: trunk@2688 -
This commit is contained in:
marco 2006-02-26 00:53:11 +00:00
parent 4509209df7
commit 103830cd59

View File

@ -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}