summaryrefslogtreecommitdiff
path: root/common/cmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmsg.c')
-rw-r--r--common/cmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmsg.c b/common/cmsg.c
index af733e72ef..63560171df 100644
--- a/common/cmsg.c
+++ b/common/cmsg.c
@@ -33,7 +33,7 @@ struct console_packet {
/* Set if the sender had to discard packets due to buffer overflow. */
uint8_t overflow : 1;
- uint8_t dummy : 3;
+ uint8_t placeholder : 3;
/* Channel; values from enum console_channel */
uint8_t channel;