Index: uspace/app/mkfat/fat.h
===================================================================
--- uspace/app/mkfat/fat.h	(revision a35b458e9db1ca95e679799dc7c1b12c83359ca3)
+++ uspace/app/mkfat/fat.h	(revision a35a3d819d4e2e4e35964eea617087b5c6431b02)
@@ -117,5 +117,5 @@
 			/** Signature. */
 			uint16_t	signature;
-		} fat32 __attribute__ ((packed));
+		} __attribute__ ((packed)) fat32;
 	};
 } __attribute__ ((packed)) fat_bs_t;
