Browse Source

* Merge 6962

git-svn-id: branches/fixes_2_2@7007 -
daniel 18 years ago
parent
commit
e4d11c1a7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/linux/ostypes.inc

+ 1 - 1
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;