Changeset 02fd705 in mainline


Ignore:
Timestamp:
2009-03-03T17:06:34Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
da581872
Parents:
e762b43
Message:

make sure the unions are packed (fixes FAT on arm32)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_dentry.h

    re762b43 r02fd705  
    7474                uint16_t        eaidx;          /* FAT12/FAT16 */
    7575                uint16_t        firstc_hi;      /* FAT32 */
    76         };
     76        } __attribute__ ((packed));
    7777        uint16_t        mtime;
    7878        uint16_t        mdate;
     
    8080                uint16_t        firstc;         /* FAT12/FAT16 */
    8181                uint16_t        firstc_lo;      /* FAT32 */
    82         };
     82        } __attribute__ ((packed));
    8383        uint32_t        size;
    8484} __attribute__ ((packed)) fat_dentry_t;
Note: See TracChangeset for help on using the changeset viewer.