From 139782ccab194d95bba2882f2fadd94e9a28b69e Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 19 Feb 2012 16:45:03 +0000 Subject: [PATCH] Use the release date as suggested. XXX: I bet this is going to be broken in the next import because nobody will remember to fix it. --- sys/external/bsd/acpica/dist/include/acapps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/external/bsd/acpica/dist/include/acapps.h b/sys/external/bsd/acpica/dist/include/acapps.h index 37e7f3b136a0..a801f517946c 100644 --- a/sys/external/bsd/acpica/dist/include/acapps.h +++ b/sys/external/bsd/acpica/dist/include/acapps.h @@ -68,7 +68,7 @@ /* Macros for signons and file headers */ #ifdef ACPI_REPRO -#define ACPI_DATE "1 Jan 1970" +#define ACPI_DATE "23 Jun 2011" #else #define ACPI_DATE __DATE__ #endif