FreeBSD Bugzilla – Attachment 144431 Details for
Bug 191459
x11-drivers/xf86-input-keyboard - prevent segfaults for vt(4) users
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Adding the proposed patch
patch-src__bsd_KbdMap.c (text/plain), 749 bytes, created by
Thierry Thomas
on 2014-07-05 17:13:29 UTC
(
hide
)
Description:
Adding the proposed patch
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2014-07-05 17:13:29 UTC
Size:
749 bytes
patch
obsolete
>--- src/bsd_KbdMap.c.orig 2013-10-28 01:44:15.000000000 +0100 >+++ src/bsd_KbdMap.c 2014-06-28 14:04:42.000000000 +0200 >@@ -1245,6 +1245,7 @@ > KeySym *k; > int i; > >+#if 0 > #ifndef __bsdi__ > switch (pKbd->consType) { > >@@ -1261,7 +1262,7 @@ > for (i = 0; i < keymap.n_keys && i < NUM_KEYCODES; i++) > if (remap[i]) { > k = map + (remap[i] << 2); >- k[0] = KD_GET_ENTRY(i,0); /* non-shifed */ >+ k[0] = KD_GET_ENTRY(i,0); /* non-shifted */ > k[1] = KD_GET_ENTRY(i,1); /* shifted */ > k[2] = KD_GET_ENTRY(i,4); /* alt */ > k[3] = KD_GET_ENTRY(i,5); /* alt - shifted */ >@@ -1278,6 +1279,7 @@ > > } > #endif /* !bsdi */ >+#endif > > /* > * compute the modifier map
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191459
: 144431