5ac0d1e767
* ACPICA: Update to version 20170831 * dmi: dmicheck: Add BMC Interface Type definitions from IPMI spec * lib: fwts_acpi_tables: add a new function to check Reserved field * lib: fwts_acpi_tables: add a new function to check reserved bits * efi_runtime: add resetsystem runtime service - Refresh fwts-no-compiletime.patch OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=63
14 lines
576 B
Diff
14 lines
576 B
Diff
Index: fwts-17.09.00/src/acpica/source/compiler/aslutils.c
|
|
===================================================================
|
|
--- fwts-17.09.00.orig/src/acpica/source/compiler/aslutils.c
|
|
+++ fwts-17.09.00/src/acpica/source/compiler/aslutils.c
|
|
@@ -496,7 +496,7 @@ UtDisplaySummary (
|
|
/* 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);
|
|
}
|
|
|
|
/* Summary of main input and output files */
|