Browse Source

+ Patch from Johannes Berg for bug #2699

michael 22 years ago
parent
commit
96f31b62a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/base/libc/bstath.inc

+ 1 - 1
packages/base/libc/bstath.inc

@@ -13,7 +13,7 @@ const
 type
 type
    P_stat = ^_stat;
    P_stat = ^_stat;
    PStat = ^_stat;
    PStat = ^_stat;
-   _stat = record
+   _stat = packed record
         st_dev : __dev_t;
         st_dev : __dev_t;
         __pad1 : word;
         __pad1 : word;
         st_ino : __ino_t;
         st_ino : __ino_t;