mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
* small but significant typo fixed for ipv6 sockaddr record in BSD style (_WITH_ sinlen)
git-svn-id: trunk@1665 -
This commit is contained in:
parent
d088695868
commit
a9a3c88fed
@ -134,7 +134,7 @@ Type
|
||||
pIn6_Addr=^TIn6_addr;
|
||||
|
||||
TInetSockAddr6 = packed Record
|
||||
{$ifdef SOCKET_HAS_SINLEN} // as per RFC 2553
|
||||
{$ifdef SOCK_HAS_SINLEN} // as per RFC 2553
|
||||
sin6_len : byte;
|
||||
{$endif}
|
||||
sin6_family : sa_family_t;
|
||||
|
Loading…
Reference in New Issue
Block a user