neutrinolabs / xorgxrdp

Xorg drivers for xrdp
Other
428 stars 108 forks source link

Support OpenIndiana #267

Closed mstone2001 closed 8 months ago

mstone2001 commented 9 months ago

For this I just added the build flag _XOPEN_SOURCE=600 to the Makefiles. Found this was the simplest and preferred way to get the new POSIX calls to build on OpenIndiana. Should also work on Solaris, but don't have any Solaris boxes to test this on.

matt335672 commented 9 months ago

Thanks for this @mstone2001

Looks good to me. can you squash and I'll merge.

mstone2001 commented 8 months ago

Changes are squashed.