* unix sockets now also exports tsocklen, like windows one

git-svn-id: trunk@13276 -
This commit is contained in:
marco 2009-06-15 08:17:05 +00:00
parent 64966ccae1
commit a862d93652

View File

@ -25,6 +25,9 @@ Uses baseunix,UnixType;
{$DEFINE SOCK_HAS_SINLEN} // BSD definition of socketaddr {$DEFINE SOCK_HAS_SINLEN} // BSD definition of socketaddr
{$endif} {$endif}
Type
TSockLen = BaseUnix.TSocklen;
{$i unxsockh.inc} {$i unxsockh.inc}
{$i socketsh.inc} {$i socketsh.inc}