mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 13:30:42 +02:00
* adapted to unixutil
This commit is contained in:
parent
86cdc8f4d1
commit
a2f5d5f579
@ -28,7 +28,7 @@ uses
|
|||||||
{$ifdef ver1_0}
|
{$ifdef ver1_0}
|
||||||
linux,
|
linux,
|
||||||
{$else}
|
{$else}
|
||||||
Baseunix,Unix,
|
Baseunix,Unix, UnixUtil,
|
||||||
{$endif}
|
{$endif}
|
||||||
{$else unix}
|
{$else unix}
|
||||||
dos,
|
dos,
|
||||||
@ -614,7 +614,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 2003-09-14 20:26:18 marco
|
Revision 1.7 2003-09-18 15:48:22 marco
|
||||||
|
* adapted to unixutil
|
||||||
|
|
||||||
|
Revision 1.6 2003/09/14 20:26:18 marco
|
||||||
* Unix reform
|
* Unix reform
|
||||||
|
|
||||||
Revision 1.5 2002/05/18 13:34:27 peter
|
Revision 1.5 2002/05/18 13:34:27 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user