From 59a972ec9c103332261aedbebea06100e4bd9f7f Mon Sep 17 00:00:00 2001 From: daniel <daniel@freepascal.org> Date: Fri, 23 Mar 2007 15:53:04 +0000 Subject: [PATCH] * Change dd_nextoff to cardinal to prevent upscaling of calculations to 64-bit. git-svn-id: trunk@6962 - --- rtl/linux/ostypes.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/linux/ostypes.inc b/rtl/linux/ostypes.inc index 434ecd701f..6bdb38c88a 100644 --- a/rtl/linux/ostypes.inc +++ b/rtl/linux/ostypes.inc @@ -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;