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