Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/acpica/dist/include Use the release date as...



details:   https://anonhg.NetBSD.org/src/rev/0f5f60487c92
branches:  trunk
changeset: 777455:0f5f60487c92
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 19 16:45:03 2012 +0000

description:
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.

diffstat:

 sys/external/bsd/acpica/dist/include/acapps.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e2a1f79a1f66 -r 0f5f60487c92 sys/external/bsd/acpica/dist/include/acapps.h
--- a/sys/external/bsd/acpica/dist/include/acapps.h     Sun Feb 19 14:56:16 2012 +0000
+++ b/sys/external/bsd/acpica/dist/include/acapps.h     Sun Feb 19 16:45:03 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index