Hi, I'm using xen.git <git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git>. When I build allmodconfig on x86_64 (with O=xx64), I see this warning: unifdef: /xen/xx64/usr/include/xen/privcmd.h.tmp: 79: Premature EOF (#if line 33 depth 1) unifdef: output may be truncated The original file contains: #ifndef __user #define __user #endif and the generated/unifdef output file contains: #ifndef #define #endif all on one line. Is this expected/normal? Is this a problem with unifdef or with something in xen.git? thanks, --- ~Randy -- 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