Browse Source

* fixed some data types

git-svn-id: trunk@2489 -
florian 19 years ago
parent
commit
9005442652
2 changed files with 5 additions and 5 deletions
  1. 1 5
      rtl/solaris/ptypes.inc
  2. 4 0
      rtl/solaris/unxfunc.inc

+ 1 - 5
rtl/solaris/ptypes.inc

@@ -33,11 +33,7 @@ introduction)
 
 Type
 
-{$ifndef VER_1_0}               // maybe wrong (kernel vs libc)
-    dev_t    = cuint64;         { used for device numbers      }
-{$else}
-    dev_t    = int64;
-{$endif}
+    dev_t    = cuint;          { used for device numbers      }
     TDev     = dev_t;
     pDev     = ^dev_t;
 

+ 4 - 0
rtl/solaris/unxfunc.inc

@@ -68,3 +68,7 @@ begin
  AssignPipe:=ret;
 end;
 
+
+Function fpFlock (fd,mode : longint) : cint;
+  begin
+  end;