On Sun, 19 Feb 2012, Christos Zoulas wrote:
Modified Files: src/sys/external/bsd/acpica/dist/include: acapps.h +#ifdef ACPI_REPRO +#define ACPI_DATE "1 Jan 1970" +#else +#define ACPI_DATE __DATE__ +#endif
Can we use a better date here, without breaking MKREPRO? Perhaps the date of the ACPICA code? --apb (Alan Barrett)