Index: uspace/srv/fs/fat/fat_dentry.h
===================================================================
--- uspace/srv/fs/fat/fat_dentry.h	(revision 2f5769097aeb16476c39a32de0fe53503cf28a83)
+++ uspace/srv/fs/fat/fat_dentry.h	(revision da58187297a4ba3471d2a800ec2cfb016c16e6ae)
@@ -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;
