diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-07-17 22:53:36 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-07-17 22:53:36 +0000 |
commit | b1dc29fa09052190e87f93cf1888edea9c42df24 (patch) | |
tree | bc4012660993f740d685e5655598353a450706ec /source/include/actypes.h | |
parent | 93207c1c89bcf8c2291abed617712292c27920f3 (diff) | |
download | src-b1dc29fa09052190e87f93cf1888edea9c42df24.tar.gz src-b1dc29fa09052190e87f93cf1888edea9c42df24.zip |
Import ACPICA 20200717.vendor/acpica/20200717
Notes
Notes:
svn path=/vendor-sys/acpica/dist/; revision=363292
svn path=/vendor-sys/acpica/20200717/; revision=363293; tag=vendor/acpica/20200717
Diffstat (limited to 'source/include/actypes.h')
-rw-r--r-- | source/include/actypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/actypes.h b/source/include/actypes.h index 2666ebfbd323..0ec14a36ada9 100644 --- a/source/include/actypes.h +++ b/source/include/actypes.h @@ -1379,7 +1379,7 @@ typedef struct acpi_pnp_device_id_list { UINT32 Count; /* Number of IDs in Ids array */ UINT32 ListSize; /* Size of list, including ID strings */ - ACPI_PNP_DEVICE_ID Ids[1]; /* ID array */ + ACPI_PNP_DEVICE_ID Ids[]; /* ID array */ } ACPI_PNP_DEVICE_ID_LIST; |