summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-20 22:49:25 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-20 22:49:25 +0000
commitb5a90f98073bfa5d5615f5aa0ae73af07f625bbb (patch)
treea38f01495722aa83ad0f8265ce2aa7e67f776654
parente83a8d3f9816605106a496c89f9e9ccfae3e4f4c (diff)
downloadxorg-app-xinit-XORG-6_8_99_16.tar.gz
Use kbd_mode -a to restore console keyboard on Solaris x86 too.XORG-6_8_99_16
-rw-r--r--startx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/startx.cpp b/startx.cpp
index 8507f2a..a96b505 100644
--- a/startx.cpp
+++ b/startx.cpp
@@ -215,6 +215,6 @@ Xrepair
screenrestore
#endif
-#if defined(sun) && !defined(i386)
+#if defined(sun)
kbd_mode -a
#endif