mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 17:29:33 +02:00
+ Uses unix for 1.1
This commit is contained in:
parent
c86f5f9f5e
commit
670c206758
@ -65,7 +65,12 @@ Function GetServiceByPort(Port : Word;Const Proto : String; Var E : TServiceEntr
|
|||||||
Implementation
|
Implementation
|
||||||
|
|
||||||
uses
|
uses
|
||||||
linux,sockets,sysutils;
|
{$ifdef VER1_0}
|
||||||
|
Linux,
|
||||||
|
{$else}
|
||||||
|
Unix,
|
||||||
|
{$endif}
|
||||||
|
sockets,sysutils;
|
||||||
|
|
||||||
{$i hs.inc}
|
{$i hs.inc}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user