08778140ac
* lib: fwts_version.h - update to V24.09.00 * debian: update changelog * klog.json: Add the missing processor error message to klog database * klog.json: Add the missing exreqion error message to klog database * klog.json: Add the missing exserial error message to klog database * klog.json: Add the missing exoparg2 error message to klog database * klog.json: Add the missing dswload2 error message to klog database * klog.json: Add the missing nsinit error message to klog database * klog.json: Add the missing exstore error message to klog database * klog.json: Add more nsxfeval error messages to klog database * klog.json: Add more utobject error messages to klog database * klog.json: Add more uttrack error messages to klog database * klog.json: Add the missing srat error message to klog database * klog.json: Add more error messages for battery to klog database * klog.json: Add the missing scan error messages to klog database * klog.json: Add the missing prmt error messages to klog database * klog.json: Add the missing viot error messages to klog database * klog.json: Add the missing ipmi error messages to klog database * klog.json: Add the missing fan_core error message to klog database * klog.json: Add more missing acpi pcc kernel messages to klog database * klog.json: Add more missing osl kernel messages to klog database * fwts-test: slic: sync test results with fixes to ACPICA SLIC dumping * ACPICA: Update to version 20240827 * lib: modprobe: add checking the compressed zst module format * klog.json: Add more missing iort kernel messages to klog database * klog.json: Add some missing gtdt kernel messages to klog database * klog.json: Add some missing ghes kernel messages to klog database * klog.json: Add some missing agdi kernel messages to klog database * klog: fix the pattern errors for einj trigger table entry OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=172
12 lines
469 B
Diff
12 lines
469 B
Diff
--- fwts-20.11.00/src/acpica/source/compiler/aslutils.c 2020/11/27 16:29:34 1.1
|
|
+++ fwts-20.11.00/src/acpica/source/compiler/aslutils.c 2020/11/27 16:29:50
|
|
@@ -596,7 +596,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);
|
|
}
|
|
|
|
/* Summary of main input and output files */
|