Changeset 84239b1 in mainline for uspace/app/mkfat/fat.h


Ignore:
Timestamp:
2018-03-11T19:39:11Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f3d47c97
Parents:
850fd32
Message:

And there was much fixing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/mkfat/fat.h

    r850fd32 r84239b1  
    117117                        /** Signature. */
    118118                        uint16_t        signature;
    119                 } fat32 __attribute__ ((packed));
     119                } __attribute__ ((packed)) fat32;
    120120        };
    121121} __attribute__ ((packed)) fat_bs_t;
Note: See TracChangeset for help on using the changeset viewer.