Module Name: src
Committed By: christos
Date: Sun Feb 19 16:45:03 UTC 2012
Modified Files:
src/sys/external/bsd/acpica/dist/include: acapps.h
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/acpica/dist/include/acapps.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/acpica/dist/include/acapps.h
diff -u src/sys/external/bsd/acpica/dist/include/acapps.h:1.2 src/sys/external/bsd/acpica/dist/include/acapps.h:1.3
--- src/sys/external/bsd/acpica/dist/include/acapps.h:1.2 Sun Feb 19 00:07:10 2012
+++ src/sys/external/bsd/acpica/dist/include/acapps.h Sun Feb 19 11:45:03 2012
@@ -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