Index: uspace/app/mkfat/fat.h
===================================================================
--- uspace/app/mkfat/fat.h	(revision 1ccafee9eb7706ba2c3ce30593949116d3e0cce2)
+++ uspace/app/mkfat/fat.h	(revision ca1238381947d33fd90e72bb7d988a73dfff0ee0)
@@ -78,5 +78,5 @@
 			uint16_t	signature;
 		} __attribute__ ((packed));
-		struct fat32 {
+		struct {
 			/* FAT32 only */
 			/** Sectors per FAT. */
@@ -108,5 +108,5 @@
 			/** Signature. */
 			uint16_t	signature;
-		} __attribute__ ((packed));
+		} fat32 __attribute__ ((packed));
 	};
 } __attribute__ ((packed)) fat_bs_t;
