Sfoglia il codice sorgente

ino_t is 64 bit for 32-bit system also for NetBSD

git-svn-id: trunk@20738 -
pierre 13 anni fa
parent
commit
bd793d2f70
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      rtl/netbsd/ptypes.inc

+ 1 - 1
rtl/netbsd/ptypes.inc

@@ -33,7 +33,7 @@ type
     pGid     = ^gid_t;
     TIOCtlRequest = cuLong;
 
-    ino_t    = clong;           { used for file serial numbers }
+    ino_t    = cint64;          { used for file serial numbers }
     TIno     = ino_t;
     pIno     = ^ino_t;