From 39934dac148954144321e426c4d4432a03a5679e Mon Sep 17 00:00:00 2001 From: gpalmer Date: Wed, 17 Mar 1999 11:42:18 +0000 Subject: Fix builds for the AXP Submitted by: Kazutaka YOKOTA --- usr.sbin/kbdcontrol/kbdcontrol.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'usr.sbin/kbdcontrol/kbdcontrol.c') 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 @@ -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; -- cgit v1.1