View | Details | Raw Unified | Return to bug 3158
Collapse All | Expand All

(-)util-linux-2.11z/fdisk/fdisk.h.arm~ (-1 / +1 lines)
Lines 47-53 Link Here
47
	unsigned char end_cyl;          /* end cylinder */
47
	unsigned char end_cyl;          /* end cylinder */
48
	unsigned char start4[4];        /* starting sector counting from 0 */
48
	unsigned char start4[4];        /* starting sector counting from 0 */
49
	unsigned char size4[4];         /* nr of sectors in partition */
49
	unsigned char size4[4];         /* nr of sectors in partition */
50
};
50
} __attribute__((__packed__));
51
51
52
enum failure {usage, usage2, ioctl_error,
52
enum failure {usage, usage2, ioctl_error,
53
	unable_to_open, unable_to_read, unable_to_seek,
53
	unable_to_open, unable_to_read, unable_to_seek,

Return to bug 3158