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/compiler Remove __DATE__! Intel...
details: https://anonhg.NetBSD.org/src/rev/8f2735254870
branches: trunk
changeset: 351205:8f2735254870
user: christos <christos%NetBSD.org@localhost>
date: Mon Feb 06 23:12:25 2017 +0000
description:
Remove __DATE__! Intel really likes non-reprodible builds!
diffstat:
sys/external/bsd/acpica/dist/compiler/aslutils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 18b5ceb55939 -r 8f2735254870 sys/external/bsd/acpica/dist/compiler/aslutils.c
--- a/sys/external/bsd/acpica/dist/compiler/aslutils.c Mon Feb 06 21:06:04 2017 +0000
+++ b/sys/external/bsd/acpica/dist/compiler/aslutils.c Mon Feb 06 23:12:25 2017 +0000
@@ -402,7 +402,7 @@
/* Compiler name and version number */
FlPrintFile (FileId, "%s version %X [%s]\n\n",
- ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, __DATE__);
+ ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, "2017-01-19");
}
/* Summary of main input and output files */
Home |
Main Index |
Thread Index |
Old Index