diff options
-rw-r--r-- | console-client/pc-kbd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/console-client/pc-kbd.c b/console-client/pc-kbd.c index c6eda86f..21c09876 100644 --- a/console-client/pc-kbd.c +++ b/console-client/pc-kbd.c @@ -591,8 +591,10 @@ static enum scancode gnumach_v1_input_next () { kd_event data_buf; +#ifndef XKB_SUPPORT int up; enum scancode sc; +#endif /* not XKB_SUPPORT */ do { |