diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-21 07:46:38 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-21 07:46:38 +0000 |
commit | a8a61bbe22361b12d4a2dd511894987a338e3eef (patch) | |
tree | 8d1fa53ea85aac206ed79c75ea747da069e60f09 /hw/xfree86/os-support/solaris/sun_kbdEv.c | |
parent | ef4401ff8a8c4d7c22ef6af7bf47ccb24f83967f (diff) |
Initial experimental support for AMD64 builds on Solaris 10 x86. Improved
support for 64-bit SPARC builds on Solaris as well.
Diffstat (limited to 'hw/xfree86/os-support/solaris/sun_kbdEv.c')
-rw-r--r-- | hw/xfree86/os-support/solaris/sun_kbdEv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/solaris/sun_kbdEv.c b/hw/xfree86/os-support/solaris/sun_kbdEv.c index be2adaf56..1e37c4f27 100644 --- a/hw/xfree86/os-support/solaris/sun_kbdEv.c +++ b/hw/xfree86/os-support/solaris/sun_kbdEv.c @@ -114,7 +114,7 @@ static OsTimerPtr sunTimer = NULL; #define KEY_Execute 0x83 static unsigned char map[256] = { -#if defined(i386) || defined(__i386) || defined(__i386__) +#if defined(i386) || defined(__i386) || defined(__i386__) || defined(__x86) KEY_NOTUSED, /* 0 */ KEY_Tilde, /* 1 */ KEY_1, /* 2 */ |