Explorar o código

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

git-svn-id: trunk@30333 -
pierre %!s(int64=10) %!d(string=hai) anos
pai
achega
97b4a68e98
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 }