mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 20:12:44 +00: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
@ -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 New Issue
Block a user