ソースを参照

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;