mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 15:19:25 +02:00
* Fix syntax error
git-svn-id: trunk@40930 -
This commit is contained in:
parent
37d3dad0d6
commit
ed91d6d094
@ -179,7 +179,7 @@ type
|
||||
cgid : kernel_gid_t;
|
||||
mode : kernel_mode_t;
|
||||
{$if sizeof(kernel_mode_t) < 4}
|
||||
__pad1 : array[1..4-sizeof(mode_t)];
|
||||
__pad1 : array[1..4-sizeof(mode_t)] of byte;
|
||||
{$endif}
|
||||
{$ifdef cpupowerpc}
|
||||
seq : cuint;
|
||||
|
Loading…
Reference in New Issue
Block a user