Re: setmetamode

2006-07-03 Thread Corinna Vinschen
On Jul 3 22:26, Kazuhiro Fujieda wrote: > >>> On Mon, 03 Jul 2006 13:45:22 +0200 > >>> Corinna Vinschen <[EMAIL PROTECTED]> said: > > > You didn't add an include/sys/kd.h file. On Linux this file in turn > > includes linux/kd.h. Is there a reason that you didn't create it? > > No. I just forgo

Re: setmetamode

2006-07-03 Thread Kazuhiro Fujieda
>>> On Mon, 03 Jul 2006 13:45:22 +0200 >>> Corinna Vinschen <[EMAIL PROTECTED]> said: > You didn't add an include/sys/kd.h file. On Linux this file in turn > includes linux/kd.h. Is there a reason that you didn't create it? No. I just forgot it. | AIST Kazuhiro Fujieda <[EMAIL PROTE

Re: Fix UINT{8,16}_C

2006-07-03 Thread Corinna Vinschen
On Jul 3 06:10, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Corinna Vinschen on 7/3/2006 3:41 AM: > > > > > > I have checked the stdint.h headers on glibc 2.3.4 and 2.4, as well as > > on Solaris 10, NetBSD, FreeBSD and OpenBSD. Only FreeBSD and OpenB

Re: Fix UINT{8,16}_C

2006-07-03 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Corinna Vinschen on 7/3/2006 3:41 AM: > > > I have checked the stdint.h headers on glibc 2.3.4 and 2.4, as well as > on Solaris 10, NetBSD, FreeBSD and OpenBSD. Only FreeBSD and OpenBSD > define them as just x, all others as x##U, one

Re: setmetamode

2006-07-03 Thread Corinna Vinschen
On Jul 3 01:19, Kazuhiro Fujieda wrote: > Here is the patch to control the handling of the meta key with > the setmetamode command on the Cygwin console like the Linux > console. > > I submitted the previous version of this patch three years ago, > but it didn't work on Corinna's environment. I,

Re: Fix UINT{8,16}_C

2006-07-03 Thread Corinna Vinschen
On Jul 2 15:02, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to POSIX, UINT{8,16}_C should result in an integer constant with > "the same type as would an expression that is an object of the > corresponding type converted according to the integer promotions."