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:
Fredrik Holmqvist 2010-10-23 09:49:55 +00:00
parent a808dd7283
commit 868d2a2ed5

View File

@ -144,7 +144,7 @@ typedef struct acpi_local_sapic {
ACPI Spec 4.0a */
uint32 processor_uid_nr; /* Matches _UID of a processor when it is a
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 */
} _PACKED acpi_local_sapic;