diff --git a/sys/sys/kbio.h b/sys/sys/kbio.h index b0779f5ed11..7f17bda76c5 100644 --- a/sys/sys/kbio.h +++ b/sys/sys/kbio.h @@ -200,7 +200,7 @@ typedef struct okeymap okeymap_t; struct acc_t { u_char accchar; - u_short map[NUM_ACCENTCHARS][2]; + u_char map[NUM_ACCENTCHARS][2]; }; struct accentmap {