Przeglądaj źródła

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

git-svn-id: trunk@20738 -
pierre 13 lat temu
rodzic
commit
bd793d2f70
1 zmienionych plików z 1 dodań i 1 usunięć
  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;