--- util-linux-2.11z/fdisk/fdisk.h.arm~ 2003-10-14 16:54:07 +0300 +++ util-linux-2.11z/fdisk/fdisk.h.arm~ 2003-10-14 16:54:24 +0300 @@ -47,7 +47,7 @@ unsigned char end_cyl; /* end cylinder */ unsigned char start4[4]; /* starting sector counting from 0 */ unsigned char size4[4]; /* nr of sectors in partition */ -}; +} __attribute__((__packed__)); enum failure {usage, usage2, ioctl_error, unable_to_open, unable_to_read, unable_to_seek,