diff options
author | dfr <dfr@FreeBSD.org> | 1999-01-23 17:04:13 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1999-01-23 17:04:13 +0000 |
commit | d8d0694884001d7b158f8b91cba1311b8ae04456 (patch) | |
tree | 9b5ab1193e411f8d13ce0a89f23ab82579225fd7 /usr.sbin/kbdcontrol | |
parent | 126561435c15a39d8ef4a4269cd6203289c0ac1e (diff) | |
download | FreeBSD-src-d8d0694884001d7b158f8b91cba1311b8ae04456.zip FreeBSD-src-d8d0694884001d7b158f8b91cba1311b8ae04456.tar.gz |
Remove a workaround for the alpha port using an outdated version of syscons.
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 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 <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; |