Browse Source

* voodoo....

marco 22 years ago
parent
commit
2ce14177e7
1 changed files with 11 additions and 1 deletions
  1. 11 1
      rtl/unix/linuxold.inc

+ 11 - 1
rtl/unix/linuxold.inc

@@ -43,7 +43,14 @@ Uses BaseUnix,Unix;
 {$i errno.inc}
 {$i errno.inc}
 {$I signal.inc}
 {$I signal.inc}
 
 
+{$IFNDEF VER1_0}		// ugly voodoo. Sacrifice a chicken and hope
+				// that it works.
 Type stat=baseunix.tstat;
 Type stat=baseunix.tstat;
+{$ELSE}
+type
+{$I stat.inc}
+{$ENDIF}
+
 
 
 var
 var
   LinuxError : Longint;
   LinuxError : Longint;
@@ -3120,7 +3127,10 @@ finalization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2003-09-15 21:07:41  marco
+  Revision 1.4  2003-09-16 15:39:31  marco
+   * voodoo....
+
+  Revision 1.3  2003/09/15 21:07:41  marco
    * second round of linux fixes. oldlinux now works
    * second round of linux fixes. oldlinux now works
 
 
   Revision 1.2  2003/09/15 20:08:49  marco
   Revision 1.2  2003/09/15 20:08:49  marco