git-svn-id: trunk@20742 -
@@ -35,7 +35,7 @@ type
{$ifdef NETBSD_USE_STAT30}
ino_t = cint64; { used for file serial numbers }
{$else}
- ino_t = clong;
+ ino_t = cuint32;
{$endif}
TIno = ino_t;
pIno = ^ino_t;