From owner-freebsd-current Tue Mar 16 19:43:16 1999 Delivered-To: freebsd-current@freebsd.org Received: from gjp.erols.com (alex-va-n008c079.moon.jic.com [206.156.18.89]) by hub.freebsd.org (Postfix) with ESMTP id 51F6D151E5 for ; Tue, 16 Mar 1999 19:42:45 -0800 (PST) (envelope-from gjp@gjp.erols.com) Received: from gjp.erols.com (localhost.erols.com [127.0.0.1]) by gjp.erols.com (8.9.1/8.8.7) with ESMTP id WAA55821; Tue, 16 Mar 1999 22:42:20 -0500 (EST) (envelope-from gjp@gjp.erols.com) To: Kazutaka YOKOTA Cc: current@freebsd.org From: "Gary Palmer" Subject: Re: breakage on alpha In-reply-to: Your message of "Wed, 17 Mar 1999 11:41:25 +0900." <199903170241.LAA28653@zodiac.mech.utsunomiya-u.ac.jp> Date: Tue, 16 Mar 1999 22:42:20 -0500 Message-ID: <55817.921642140@gjp.erols.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kazutaka YOKOTA wrote in message ID <199903170241.LAA28653@zodiac.mech.utsunomiya-u.ac.jp>: > It was in machine/console.h and renamed to keyent_t. > > I don't remember when this `#ifdef __i386__' bit came in... revision 1.23 date: 1999/03/10 10:36:51; author: yokota; state: Exp; lines: +12 -33 Keyboard driver update in preparation for the USB keyboard driver. Seems to be when it was introduced. > Index: kbdcontrol.c > =================================================================== > RCS file: /src/CVS/src/usr.sbin/kbdcontrol/kbdcontrol.c,v > retrieving revision 1.23 > diff -u -r1.23 kbdcontrol.c > --- kbdcontrol.c 1999/03/10 10:36:51 1.23 > +++ kbdcontrol.c 1999/03/17 02:39:15 > @@ -410,13 +410,8 @@ > } > > > -#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; Will you commit this? Thanks, Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message