* fixed type of ino_t

git-svn-id: trunk@6470 -
This commit is contained in:
Jonas Maebe 2007-02-13 15:16:23 +00:00
parent 82378bc73a
commit 41a108bbc3

View File

@ -34,7 +34,7 @@ type
TGid = gid_t;
pGid = ^gid_t;
ino_t = clong; { used for file serial numbers }
ino_t = cuint32; { used for file serial numbers }
TIno = ino_t;
pIno = ^ino_t;