Kaynağa Gözat

* Some other workaround

marco 22 yıl önce
ebeveyn
işleme
56ddd7f08f
1 değiştirilmiş dosya ile 11 ekleme ve 2 silme
  1. 11 2
      rtl/bsd/ossysc.inc

+ 11 - 2
rtl/bsd/ossysc.inc

@@ -106,7 +106,13 @@ begin
  Fpclose:=do_syscall(syscall_nr_close,fd);
 end;
 
-{$if powerpc and NetBSD}
+{$ifdef netbsd}
+  {$ifdef powerpc}
+    {$define netbsdmacppc}
+  {$endif}
+{$endif}
+
+{$ifdef netbsdmacppc}
 {$i sysofft.inc}			// odd ball calling convention.
 {$else}
   // generic versions.
@@ -591,7 +597,10 @@ end;
 
 {
  $Log$
- Revision 1.3  2003-05-29 20:52:55  marco
+ Revision 1.4  2003-05-29 21:45:23  marco
+  * Some other workaround
+
+ Revision 1.3  2003/05/29 20:52:55  marco
   * only moved around the off_t calls, and made an exception (includefile)
  for NetBSD/powerpc