From 868d2a2ed57ad6d40603299d039b78b1b2672b3e Mon Sep 17 00:00:00 2001 From: Fredrik Holmqvist Date: Sat, 23 Oct 2010 09:49:55 +0000 Subject: [PATCH] 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 --- headers/private/kernel/arch/x86/arch_acpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/private/kernel/arch/x86/arch_acpi.h b/headers/private/kernel/arch/x86/arch_acpi.h index bc67c1faae..ee2fc7e4ce 100644 --- a/headers/private/kernel/arch/x86/arch_acpi.h +++ b/headers/private/kernel/arch/x86/arch_acpi.h @@ -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;