浏览代码

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

git-svn-id: trunk@20738 -
pierre 13 年之前
父节点
当前提交
bd793d2f70
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;