Changeset 9f64c1e in mainline for uspace/srv/fs/fat/fat.h


Ignore:
Timestamp:
2017-07-16T17:55:23Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9ef1fade
Parents:
5772aa1
Message:

Fix fat32 EBPB packing. Fix 32-bit FAT BS being detected as MBR. Fix error path.

File:
1 edited

Legend:

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

    r5772aa1 r9f64c1e  
    136136                        /** Signature. */
    137137                        uint16_t        signature;
    138                 } fat32 __attribute__ ((packed));
     138                } __attribute__ ((packed)) fat32;
    139139        };
    140140} __attribute__ ((packed)) fat_bs_t;
Note: See TracChangeset for help on using the changeset viewer.