patch from mhitch@openbsd.org; partial fix for mozilla/amiga segfault;
the other part seems to be in libX11.so.6.1
This commit is contained in:
parent
b526839f7e
commit
d88f3f4cde
10
x11/lesstif/patches/patch-aa
Normal file
10
x11/lesstif/patches/patch-aa
Normal file
@ -0,0 +1,10 @@
|
||||
--- include/Motif-1.2/XmI/DragDropI.h.orig Thu Jun 25 08:55:31 1998
|
||||
+++ include/Motif-1.2/XmI/DragDropI.h Thu Jun 25 08:57:16 1998
|
||||
@@ -241,6 +241,7 @@
|
||||
typedef struct {
|
||||
CARD32 atom;
|
||||
CARD16 namelen;
|
||||
+ CARD16 pad; /* Align to 64 bits */
|
||||
} XmDndAtomPair;
|
||||
|
||||
typedef struct {
|
Loading…
Reference in New Issue
Block a user