Ver Fonte

--- Merging r34041 into '.':
U rtl/linux/ostypes.inc
--- Recording mergeinfo for merge of r34041 into '.':
U .

# revisions: 34041

git-svn-id: branches/fixes_3_0@34042 -

marco há 9 anos atrás
pai
commit
3478131437
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      rtl/linux/ostypes.inc

+ 2 - 2
rtl/linux/ostypes.inc

@@ -121,9 +121,9 @@ type
            { Still old one. This is a userland struct}
 
    Dir       = record
-                dd_fd     : integer;
+                dd_fd     : longint;
                 dd_loc    : longint;
-                dd_size   : integer;
+                dd_size   : longint;
                 dd_buf    : pdirent;
                 {The following are used in libc, but NOT in the linux kernel sources ??}
                 dd_nextoff: cardinal;