Compile first, commit after. Not the other way around.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39061 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -144,7 +144,7 @@ typedef struct acpi_local_sapic {
|
|||||||
ACPI Spec 4.0a */
|
ACPI Spec 4.0a */
|
||||||
uint32 processor_uid_nr; /* Matches _UID of a processor when it is a
|
uint32 processor_uid_nr; /* Matches _UID of a processor when it is a
|
||||||
number */
|
number */
|
||||||
char[] processor_uid_str; /* Matches _UID of a processor when it is a
|
char processor_uid_str[]; /* Matches _UID of a processor when it is a
|
||||||
string. Null-terminated */
|
string. Null-terminated */
|
||||||
} _PACKED acpi_local_sapic;
|
} _PACKED acpi_local_sapic;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user