On Thu, 2013-11-07 at 21:13 -0800, Alan Coopersmith wrote: > After applying these two patches on top of Keith's current tree, plus the > changes just pushed to libxtrans & libxcb, I was able to get the expected > colorful squares display on Solaris using the shmfd test program from > ssh://people.freedesktop.org/~keithp/shmfd . > > Alan Coopersmith (2): > Avoid conflicts with Solaris <sys/regset.h> defines that clash with > our names > Enable XTRANS_SEND_FDS on Solaris too. > > configure.ac | 3 ++- > hw/xfree86/x86emu/decode.c | 10 ++++++++++ > hw/xfree86/x86emu/x86emu/regs.h | 9 +++++++++ > hw/xfree86/x86emu/x86emu/x86emui.h | 12 +++++++++++- > include/dix-config.h.in | 8 ++++++++ > record/record.c | 4 ++++ > 6 files changed, 44 insertions(+), 2 deletions(-)
Another way to address this would be to redef _XOPEN_SOURCE to something lesser in x86emu (or undef it entirely) since it _really_ doesn't care about unix. But this all looks good, and it's not like x86emu can get significantly more ugly anyway. Series: Reviewed-by: Adam Jackson <[email protected]> - ajax _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
