瀏覽代碼

* change TDIR fields to longint. Should have been abandonned long ago.

git-svn-id: trunk@34041 -
marco 9 年之前
父節點
當前提交
c335a3ea6e
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;