Explorar o código

* Some other workaround

marco %!s(int64=22) %!d(string=hai) anos
pai
achega
56ddd7f08f
Modificáronse 1 ficheiros con 11 adicións e 2 borrados
  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