Hi! On Tue, 2011-12-20 at 14:42:07 +0100, Davidlohr Bueso wrote: > @@ -26,12 +26,6 @@ > #define cround(n) (display_in_cyl_units ? ((n)/units_per_sector)+1 : (n)) > #define scround(x) (((x)+units_per_sector-1)/units_per_sector) > > -#if defined(__GNUC__) && (defined(__arm__) || defined(__alpha__)) > -# define PACKED __attribute__ ((packed)) > -#else > -# define PACKED > -#endif > - > struct partition { > unsigned char boot_ind; /* 0x80 - active */ > unsigned char head; /* starting head */ Why not merge this commit with the previous one? They are for the same logical change, and otherwise it termporarily introduces a warning. regards, guillem -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html