mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 14:25:57 +02:00
* deprecated some 1.0.x stuff.
git-svn-id: trunk@15281 -
This commit is contained in:
parent
f18f1a60de
commit
9b6b88b100
@ -74,12 +74,12 @@ type
|
||||
);
|
||||
true: (
|
||||
{$ifdef SOCK_HAS_SINLEN}
|
||||
len : cuchar;
|
||||
len : cuchar deprecated;
|
||||
{$endif}
|
||||
family : sa_family_t;
|
||||
port : cushort;
|
||||
addr : cardinal;
|
||||
pad : array [0..7] of char; { to get to the size of sockaddr... }
|
||||
family : sa_family_t deprecated;
|
||||
port : cushort deprecated;
|
||||
addr : cardinal deprecated;
|
||||
pad : array [0..7] of char deprecated; { to get to the size of sockaddr... }
|
||||
);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user