mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 06:06:17 +02:00
* Show stopping bug. Had to comment out lines around 279 to get 1.9
to build
This commit is contained in:
parent
f5ab36ed03
commit
4ab4f046e1
@ -264,9 +264,9 @@ begin
|
|||||||
else If fpstat(AltTimeZoneFile,{$ifdef oldlinuxstat}baseunix.stat(info){$else}info{$endif})>=0 then
|
else If fpstat(AltTimeZoneFile,{$ifdef oldlinuxstat}baseunix.stat(info){$else}info{$endif})>=0 then
|
||||||
GetTimeZoneFile:=AltTimeZoneFile
|
GetTimeZoneFile:=AltTimeZoneFile
|
||||||
{$ifdef BSD}
|
{$ifdef BSD}
|
||||||
else
|
// else
|
||||||
If fpstat(BSDTimeZoneFile,{$ifdef oldlinuxstat}baseunix.stat(info){$else}info{$endif})>=0 then
|
// If fpstat(BSDTimeZoneFile,{$ifdef oldlinuxstat}baseunix.stat(info){$else}info{$endif})>=0 then
|
||||||
GetTimeZoneFile:=BSDTimeZoneFile
|
// GetTimeZoneFile:=BSDTimeZoneFile
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -297,7 +297,11 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 2003-09-17 18:49:16 marco
|
Revision 1.7 2003-11-01 17:10:21 marco
|
||||||
|
* Show stopping bug. Had to comment out lines around 279 to get 1.9
|
||||||
|
to build
|
||||||
|
|
||||||
|
Revision 1.6 2003/09/17 18:49:16 marco
|
||||||
* small *BSD fix
|
* small *BSD fix
|
||||||
|
|
||||||
Revision 1.5 2003/09/16 16:06:02 peter
|
Revision 1.5 2003/09/16 16:06:02 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user