Index: uspace/lib/minix/minix.h
===================================================================
--- uspace/lib/minix/minix.h	(revision e2267e82df4e385987c041052f42b083de8933b9)
+++ uspace/lib/minix/minix.h	(revision e80b1de12ee23beb45cbd023915a8d7ac291c63b)
@@ -107,4 +107,5 @@
 	/*Total number of inodes on the device*/
 	uint32_t	s_ninodes;
+	uint16_t	s_pad0;
 	/*Number of inode bitmap blocks*/
 	int16_t		s_ibmap_blocks;
@@ -115,5 +116,5 @@
 	/*Base 2 logarithm of the zone to block ratio*/
 	int16_t		s_log2_zone_size;
-	int16_t		s_pad;
+	int16_t		s_pad1;
 	/*Maximum file size expressed in bytes*/
 	int32_t		s_max_file_size;
