summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--isys/smp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/isys/smp.c b/isys/smp.c
index 1a84776fa..de2239f62 100644
--- a/isys/smp.c
+++ b/isys/smp.c
@@ -233,8 +233,8 @@ typedef struct MPCTH {
uint16_t base_table_length;
u_char spec_rev;
u_char checksum;
- u_char oem_id[ 8 ];
- u_char product_id[ 12 ];
+ char oem_id[ 8 ];
+ char product_id[ 12 ];
int32_t oem_table_pointer;
uint16_t oem_table_size;
uint16_t entry_count;