mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
acpidump(8): add const qualifier to the known tables array
Sponsored by: Advanced Micro Devices (AMD) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
705090cba4
commit
41b95006f2
1 changed files with 1 additions and 1 deletions
|
|
@ -2547,7 +2547,7 @@ acpi_print_rsd_ptr(ACPI_TABLE_RSDP *rp)
|
|||
printf(END_COMMENT);
|
||||
}
|
||||
|
||||
static struct {
|
||||
static const struct {
|
||||
const char *sig;
|
||||
void (*fnp)(ACPI_TABLE_HEADER *);
|
||||
} known[] = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue