瀏覽代碼

* Use C default packing for TStatFS type (fixes errors for x86_64 CPU)

git-svn-id: trunk@30333 -
pierre 10 年之前
父節點
當前提交
97b4a68e98
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/openbsd/ptypes.inc

+ 1 - 1
rtl/openbsd/ptypes.inc

@@ -176,7 +176,7 @@ type
     end;
 
 // kernel statfs from mount.h
-  TStatfs = packed record
+  TStatfs = record
     flags,			  { copy of mount flags }
     bsize,			  { filesystem block size}
     iosize		: cint;   { optimal transfr block size }