mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 15:40:22 +02:00
+ Fixed PServEnt
This commit is contained in:
parent
ceca587979
commit
17c05e64c3
@ -135,7 +135,7 @@ unit winsock;
|
||||
s_proto : ^char;
|
||||
end;
|
||||
TServEnt = servent;
|
||||
PServEnt = TServEnt;
|
||||
PServEnt = ^TServEnt;
|
||||
|
||||
protoent = record
|
||||
{ official protocol name }
|
||||
@ -929,7 +929,10 @@ unit winsock;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 1999-06-21 12:41:34 florian
|
||||
Revision 1.3 1999-06-30 07:50:39 michael
|
||||
+ Fixed PServEnt
|
||||
|
||||
Revision 1.2 1999/06/21 12:41:34 florian
|
||||
* minor typos in winsock.pp fixed
|
||||
+ makefile for sockets.pp updated
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user