mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 10:45:08 +02:00
Fix ino_t for stat13 x86_64 CPU
git-svn-id: trunk@20742 -
This commit is contained in:
parent
78e129931b
commit
13d667da45
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user