Forráskód Böngészése

* Fixed size in StatFS for 64 bit

git-svn-id: trunk@11222 -
michael 17 éve
szülő
commit
dd75625d8d
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      rtl/linux/ptypes.inc

+ 1 - 1
rtl/linux/ptypes.inc

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