diff --git a/usr.sbin/kbdcontrol/kbdcontrol.c b/usr.sbin/kbdcontrol/kbdcontrol.c index 5ea0d780b493..b5a94574ee2b 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.c +++ b/usr.sbin/kbdcontrol/kbdcontrol.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$Id: kbdcontrol.c,v 1.20 1999/01/11 03:20:24 yokota Exp $"; + "$Id: kbdcontrol.c,v 1.21 1999/01/12 23:06:29 mjacob Exp $"; #endif /* not lint */ #include @@ -417,13 +417,8 @@ print_entry(FILE *fp, int value) } -#ifdef __i386__ void print_key_definition_line(FILE *fp, int scancode, struct keyent_t *key) -#else -void -print_key_definition_line(FILE *fp, int scancode, struct key_t *key) -#endif { int i;