Changeset f563126 in mainline for uspace/srv/fs/fat/fat.h


Ignore:
Timestamp:
2009-10-06T15:06:15Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
100aaf5
Parents:
d57e08f
Message:

make uspace pass compilation with clang

File:
1 edited

Legend:

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

    rd57e08f rf563126  
    8989                        uint16_t        signature;
    9090                } __attribute__ ((packed));
    91                 struct {
     91                struct fat32 {
    9292                        /* FAT32 only */
    9393                        /** Sectors per FAT. */
Note: See TracChangeset for help on using the changeset viewer.