diff options
Diffstat (limited to 'usr.sbin/kbdcontrol')
-rw-r--r-- | usr.sbin/kbdcontrol/kbdcontrol.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/kbdcontrol/kbdcontrol.c b/usr.sbin/kbdcontrol/kbdcontrol.c index f02c68b..4a88b48 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.22 1999/01/23 17:04:13 dfr Exp $"; + "$Id: kbdcontrol.c,v 1.23 1999/03/10 10:36:51 yokota Exp $"; #endif /* not lint */ #include <ctype.h> @@ -410,13 +410,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; |