* Change dd_nextoff to cardinal to prevent upscaling of calculations to 64-bit.

git-svn-id: trunk@6962 -
This commit is contained in:
daniel 2007-03-23 15:53:04 +00:00
parent 5da5440e12
commit 59a972ec9c

View File

@ -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;