This should fix Haiku on 32 bits CPU while not breaking the 64 bits version. git-svn-id: trunk@40766 -
@@ -100,6 +100,8 @@ TYPE
TUtsName= utsname;
pUtsName= ^utsname;
+{$packrecords c}
+
{ file characteristics services }
stat = record { the types are real}
st_dev : dev_t; // inode's device
@@ -21,6 +21,8 @@
{$i ctypes.inc}
type
fsblkcnt_t = clonglong;
TStatfs = packed record