From d8d0694884001d7b158f8b91cba1311b8ae04456 Mon Sep 17 00:00:00 2001 From: dfr Date: Sat, 23 Jan 1999 17:04:13 +0000 Subject: Remove a workaround for the alpha port using an outdated version of syscons. --- usr.sbin/kbdcontrol/kbdcontrol.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'usr.sbin/kbdcontrol') diff --git a/usr.sbin/kbdcontrol/kbdcontrol.c b/usr.sbin/kbdcontrol/kbdcontrol.c index 5ea0d78..b5a9457 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; -- cgit v1.1