* Use C default packing for TStatFS type (fixes errors for x86_64 CPU)

git-svn-id: trunk@30333 -
This commit is contained in:
pierre 2015-03-27 11:13:59 +00:00
parent c4d3286d69
commit 97b4a68e98

View File

@ -176,7 +176,7 @@ type
end;
// kernel statfs from mount.h
TStatfs = packed record
TStatfs = record
flags, { copy of mount flags }
bsize, { filesystem block size}
iosize : cint; { optimal transfr block size }