Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 1999 22:42:20 -0500
From:      "Gary Palmer" <gpalmer@freebsd.org>
To:        Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
Cc:        current@freebsd.org
Subject:   Re: breakage on alpha 
Message-ID:  <55817.921642140@gjp.erols.com>
In-Reply-To: Your message of "Wed, 17 Mar 1999 11:41:25 %2B0900." <199903170241.LAA28653@zodiac.mech.utsunomiya-u.ac.jp> 

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55817.921642140>