mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 08:49:25 +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: (
|
true: (
|
||||||
{$ifdef SOCK_HAS_SINLEN}
|
{$ifdef SOCK_HAS_SINLEN}
|
||||||
len : cuchar;
|
len : cuchar deprecated;
|
||||||
{$endif}
|
{$endif}
|
||||||
family : sa_family_t;
|
family : sa_family_t deprecated;
|
||||||
port : cushort;
|
port : cushort deprecated;
|
||||||
addr : cardinal;
|
addr : cardinal deprecated;
|
||||||
pad : array [0..7] of char; { to get to the size of sockaddr... }
|
pad : array [0..7] of char deprecated; { to get to the size of sockaddr... }
|
||||||
);
|
);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user