Fix builds for the AXP

Submitted by:	Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
This commit is contained in:
Gary Palmer 1999-03-17 11:42:18 +00:00
parent 05fa4a899f
commit 27e62f6737
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44827

View File

@ -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;