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

Former-commit-id: c9c82e0a97
This commit is contained in:
Norayr Chilingarian 2013-11-05 14:20:54 +04:00
parent 7ee8f7f766
commit 386fe21fec
14 changed files with 291 additions and 8 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;