79c083d5f3
* No changelog provided OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=65
14 lines
576 B
Diff
14 lines
576 B
Diff
Index: fwts-17.09.02/src/acpica/source/compiler/aslutils.c
|
|
===================================================================
|
|
--- fwts-17.09.02.orig/src/acpica/source/compiler/aslutils.c
|
|
+++ fwts-17.09.02/src/acpica/source/compiler/aslutils.c
|
|
@@ -451,7 +451,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 */
|