7620d7e422
* ACPICA: Update to version 20180105 * acpi: LPIT: check for monotonically increasing UID * fwts-test: sync up with changes in lpit test * Treewide: update copyright year to 2018 * fwts-test: arg-help: sync up with copyright year changes * acpica: fix linking issues when building non ACPI builds * lib: fwts-battery: use PRIu32 format specifier, fixes cppcheck warning * acpi: acpidump: move declaration to before statements, add blank lines * lib: fwts_safe_mem: don't perform void * pointer arithmetic, fix 32 bit end * lib: fwts_alloc: move 'pos' to a deeper scope, minor style change * opal: reserve_mem: remove redundant initialization of pointer p * opal: reserve_mem: remove unused variable 'i' and move scope of variable 'value' * sbbr: rsdp: remove redundant initialization of boolean 'signature_pass' * acpi: madt: move scope of boolean 'passed' * acpi: pptt: move scope of index variable 'i'. * acpi: rasf: move scope of index variable 'i' * sbbr: acpitables: clean up code, move scope of some variables * acpi: erst: cast size to uint64_t to clean up static analysis warning * uefi: uefidump: clean up some static analysis warnings * securebootcert: add checking read-only for the AuditMode and DeployedMode * securebootcert: move to UNSAFE category OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=69
14 lines
576 B
Diff
14 lines
576 B
Diff
Index: fwts-18.01.00/src/acpica/source/compiler/aslutils.c
|
|
===================================================================
|
|
--- fwts-18.01.00.orig/src/acpica/source/compiler/aslutils.c
|
|
+++ fwts-18.01.00/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 */
|