Browse Source

* fixed type of ino_t

git-svn-id: trunk@6470 -
Jonas Maebe 18 years ago
parent
commit
41a108bbc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/darwin/ptypes.inc

+ 1 - 1
rtl/darwin/ptypes.inc

@@ -34,7 +34,7 @@ type
     TGid     = gid_t;
     TGid     = gid_t;
     pGid     = ^gid_t;
     pGid     = ^gid_t;
 
 
-    ino_t    = clong;           { used for file serial numbers }
+    ino_t    = cuint32;         { used for file serial numbers }
     TIno     = ino_t;
     TIno     = ino_t;
     pIno     = ^ino_t;
     pIno     = ^ino_t;