Преглед на файлове

* fixed type of ino_t

git-svn-id: trunk@6470 -
Jonas Maebe преди 18 години
родител
ревизия
41a108bbc3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;