Browse Source

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

git-svn-id: trunk@30333 -
pierre 10 years ago
parent
commit
97b4a68e98
1 changed files with 1 additions and 1 deletions
  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 }