aboutsummaryrefslogtreecommitdiff
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/console-client/pc-kbd.c b/console-client/pc-kbd.c
index 85f3a5cd..afd3411e 100644
--- a/console-client/pc-kbd.c
+++ b/console-client/pc-kbd.c
@@ -588,7 +588,7 @@ enum scancode sc_set1_to_set2_x1[] =
};
static enum scancode
-gnumach_v1_input_next ()
+gnumach_v1_input_next (void)
{
kd_event data_buf;
#ifndef XKB_SUPPORT
@@ -671,7 +671,7 @@ update_leds (void)
}
static enum scancode
-input_next ()
+input_next (void)
{
enum scancode sc = 0;
unsigned char next;