mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:29:17 +02:00
* More typo fixes
git-svn-id: trunk@6981 -
This commit is contained in:
parent
0dc221be8f
commit
3399c88af7
@ -45,7 +45,7 @@
|
|||||||
st_mode,
|
st_mode,
|
||||||
st_uid,
|
st_uid,
|
||||||
st_gid,
|
st_gid,
|
||||||
__pad0 : cardinal;
|
__pad1 : cardinal;
|
||||||
st_rdev : qword;
|
st_rdev : qword;
|
||||||
st_size,
|
st_size,
|
||||||
st_blksize,
|
st_blksize,
|
||||||
@ -57,7 +57,7 @@
|
|||||||
st_mtime_nsec,
|
st_mtime_nsec,
|
||||||
st_ctime,
|
st_ctime,
|
||||||
st_ctime_nsec : qword;
|
st_ctime_nsec : qword;
|
||||||
__unused : array[0..2] of qword;);
|
__unused2 : array[0..2] of qword;);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{$else}
|
{$else}
|
||||||
|
Loading…
Reference in New Issue
Block a user