Browse Source

+ Fixed PServEnt

michael 26 years ago
parent
commit
17c05e64c3
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/win32/winsock.pp

+ 5 - 2
rtl/win32/winsock.pp

@@ -135,7 +135,7 @@ unit winsock;
           s_proto : ^char;
           s_proto : ^char;
        end;
        end;
        TServEnt = servent;
        TServEnt = servent;
-       PServEnt = TServEnt;
+       PServEnt = ^TServEnt;
       
       
        protoent = record
        protoent = record
           { official protocol name  }
           { official protocol name  }
@@ -929,7 +929,10 @@ unit winsock;
 end.
 end.
 {
 {
   $Log$
   $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
     * minor typos in winsock.pp fixed
     + makefile for sockets.pp updated
     + makefile for sockets.pp updated