Browse Source

* Fixed size in StatFS for 64 bit

git-svn-id: trunk@11222 -
michael 17 năm trước cách đây
mục cha
commit
dd75625d8d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rtl/linux/ptypes.inc

+ 1 - 1
rtl/linux/ptypes.inc

@@ -138,7 +138,7 @@ Type
 
 
   TStatfs = packed record
   TStatfs = packed record
     fstype,            { File system type }
     fstype,            { File system type }
-    bsize   : cint;    { Optimal block trensfer size }
+    bsize, //   : cint;    { Optimal block trensfer size }
     blocks,            { Data blocks in system }
     blocks,            { Data blocks in system }
     bfree,             { free blocks in system }
     bfree,             { free blocks in system }
     bavail,            { Available free blocks to non-root users }
     bavail,            { Available free blocks to non-root users }