Index: uspace/srv/fs/fat/fat_dentry.h
===================================================================
--- uspace/srv/fs/fat/fat_dentry.h	(revision e762b4375e99a4a33536330659ad95ea048dbf84)
+++ uspace/srv/fs/fat/fat_dentry.h	(revision 02fd705004996ffbc41a97f2ce2660ad1934d2ae)
@@ -74,5 +74,5 @@
 		uint16_t	eaidx;		/* FAT12/FAT16 */
 		uint16_t	firstc_hi;	/* FAT32 */
-	};
+	} __attribute__ ((packed));
 	uint16_t	mtime;
 	uint16_t	mdate;
@@ -80,5 +80,5 @@
 		uint16_t	firstc;		/* FAT12/FAT16 */
 		uint16_t	firstc_lo;	/* FAT32 */
-	};
+	} __attribute__ ((packed));
 	uint32_t	size;
 } __attribute__ ((packed)) fat_dentry_t;
