fwts/fwts-no-compiletime.patch

14 lines
576 B
Diff
Raw Normal View History

Index: fwts-17.07.00/src/acpica/source/compiler/aslutils.c
2015-07-14 11:13:23 +02:00
===================================================================
--- fwts-17.07.00.orig/src/acpica/source/compiler/aslutils.c
+++ fwts-17.07.00/src/acpica/source/compiler/aslutils.c
@@ -490,7 +490,7 @@ UtDisplaySummary (
2015-07-14 11:13:23 +02:00
/* 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);
2015-07-14 11:13:23 +02:00
}
/* Summary of main input and output files */