On Thu, 10 Apr 2008, Andrew Morton wrote: > > struct ustat { > > - __kernel_daddr_t f_tfree; > > - __kernel_ino_t f_tinode; > > + daddr_t f_tfree; > > + ino_t f_tinode; > > char f_fname[6]; > > char f_fpack[6]; > > }; > > hm. > > It'd be nice to know how git-x86 managed to make this happen. I haven't > looked, apart from noting that it doesn't seem to touch any of the relevant > files. Hmm, something must define __KERNEL_STRICT_NAMES to make this happen, but there is nothing in the entire kernel tree which defines it. Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html