summaryrefslogtreecommitdiff
path: root/console-client/pc-kbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'console-client/pc-kbd.c')
-rw-r--r--console-client/pc-kbd.c2
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
{