Explorar el Código

* fixed type of ino_t

git-svn-id: trunk@6470 -
Jonas Maebe hace 19 años
padre
commit
41a108bbc3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/darwin/ptypes.inc

+ 1 - 1
rtl/darwin/ptypes.inc

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