mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 17:29:33 +02:00
* change TDIR fields to longint. Should have been abandonned long ago.
git-svn-id: trunk@34041 -
This commit is contained in:
parent
5038b944f1
commit
c335a3ea6e
@ -121,9 +121,9 @@ type
|
|||||||
{ Still old one. This is a userland struct}
|
{ Still old one. This is a userland struct}
|
||||||
|
|
||||||
Dir = record
|
Dir = record
|
||||||
dd_fd : integer;
|
dd_fd : longint;
|
||||||
dd_loc : longint;
|
dd_loc : longint;
|
||||||
dd_size : integer;
|
dd_size : longint;
|
||||||
dd_buf : pdirent;
|
dd_buf : pdirent;
|
||||||
{The following are used in libc, but NOT in the linux kernel sources ??}
|
{The following are used in libc, but NOT in the linux kernel sources ??}
|
||||||
dd_nextoff: cardinal;
|
dd_nextoff: cardinal;
|
||||||
|
Loading…
Reference in New Issue
Block a user