mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 14:59:32 +02:00
* Change dd_nextoff to cardinal to prevent upscaling of calculations to 64-bit.
git-svn-id: trunk@6962 -
This commit is contained in:
parent
5da5440e12
commit
59a972ec9c
@ -109,7 +109,7 @@ type
|
||||
dd_size : integer;
|
||||
dd_buf : pdirent;
|
||||
{The following are used in libc, but NOT in the linux kernel sources ??}
|
||||
dd_nextoff: longint;
|
||||
dd_nextoff: cardinal;
|
||||
dd_max : integer; {size of buf. Irrelevant, as buf is of type dirent}
|
||||
dd_lock : pointer;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user