Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 115306 Details for
Bug 173179
>=xorg-server-1.1 - Xephyr segfaults on start on amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch from Freedesktop
1.1.1-xephyr-64.patch (text/plain), 764 bytes, created by
Remco Bloemen
on 2007-04-02 18:29:00 UTC
(
hide
)
Description:
Patch from Freedesktop
Filename:
MIME Type:
Creator:
Remco Bloemen
Created:
2007-04-02 18:29:00 UTC
Size:
764 bytes
patch
obsolete
>diff -ruN xorg-server-1.1.1/hw/kdrive/ephyr/hostx.c xorg-server-1.1.1-fixed/hw/kdrive/ephyr/hostx.c >--- /hw/kdrive/ephyr/hostx.c 2006-07-05 22:31:39.000000000 +0400 >+++ /hw/kdrive/ephyr/hostx.c 2006-09-25 20:55:36.000000000 +0400 >@@ -30,6 +30,7 @@ > #include <unistd.h> > #include <string.h> /* for memset */ > #include <time.h> >+#include <stdint.h> /* for uint32_t */ > > #include <sys/ipc.h> > #include <sys/shm.h> >@@ -77,9 +78,10 @@ > > static int HostXWantDamageDebug = 0; > >-extern KeySym EphyrKeymap[]; >+typedef uint32_t KeySym32; >+extern KeySym32 EphyrKeymap[]; > >-extern KeySym kdKeymap[]; >+extern KeySym32 kdKeymap[]; > extern int kdMinScanCode; > extern int kdMaxScanCode; > extern int kdMinKeyCode;
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 173179
: 115306 |
115308
|
115310