2.4.15-pre5 conflict between acpi and a.out, affs is implicated

Keith Owens (kaos@ocs.com.au)
Sat, 17 Nov 2001 11:20:59 +1100


include/asm-*/a.out.h defines STACK_TOP. So does
drivers/acpi/include/acinterp.h, with a different value. The conflict
occurs if you compile with acpi and a.out, or with acpi and affs. For
reasons that are beyond me, include/linux/affs_fs_i.h contains #include
<linux/a.out.h>.

ACPI needs to use a different name.

Why does affs_fs_i.h include a.out.h?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/