K 10 svn:author V 5 naddy K 8 svn:date V 27 2010-08-07T14:10:01.000000Z K 7 svn:log V 275 Fix a crash on sparc64 (and other 64-bit strict alignment archs). The pid variable that is passed to XChangeProperty() is not a long. The libX11 code deferences the variable as a long and on a 64-bit sparc this must be aligned on a 8-byte boundary. Obtained from: upstream END