fixed x86_64/Unix.Mod, swapped mode and nlink fields

This commit is contained in:
Norayr Chilingarian 2013-11-05 14:20:54 +04:00
parent 909a06c48a
commit c9c82e0a97
14 changed files with 286 additions and 3 deletions

View file

@ -206,8 +206,8 @@ typedef struct
Status* = RECORD (* struct stat *)
dev* : LONGINT; (* dev_t 8 *)
ino* : LONGINT; (* ino 8 *)
nlink* : LONGINT;
mode* : INTEGER;
mode*(*nlink**) : LONGINT;
nlink*(*mode**) : INTEGER;
uid*, gid*: INTEGER;
rdev* : LONGINT;
size* : LONGINT;