CC please on any replies - I'm not subscribed. mount/linux_fs.h, struct ext2_super_block: u_char s_padding1; should be: u_int16_t s_padding1; I think? Also it's not clear which version of util-linux to use. Patch fails against 2.11f. Sorry if this is old news. Mitch
Hi, On Mon, Jun 11, 2001 at 01:40:46PM -0400, Mitch Miers wrote:> CC please on any replies - I'm not subscribed. > > mount/linux_fs.h, struct ext2_super_block: > u_char s_padding1; > should be: > u_int16_t s_padding1; > I think?Should be OK --- the field following this is __u32 so the compiler will align it all anyway. Cheers, Stephen