Remove a workaround for the alpha port using an outdated version of syscons.

This commit is contained in:
Doug Rabson 1999-01-23 17:04:13 +00:00
parent 8a99777019
commit f01de75c0f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43106

View File

@ -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 <ctype.h>
@ -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;