On Tue, Aug 30, 2022 at 10:13:51PM +0000, RVP wrote: > On Tue, 30 Aug 2022, Thomas Klausner wrote: > > > So I'd like to put it outside of the _OPENBSD_SOURCE #ifdef so it is > > available without _OPENBSD_SOURCE being defined. > > > > Comments? > > > > Go for it. (Had intended to ask for exactly that myself some time back > to prevent PR #56746 from happening again.)
I've now committed this change, the tree still built for me. I cleaned up the _OPENBSD_SOURCE defines for X, but we can probably remove some more in other parts of the tree, I plan to do that but feel free to beat me to it. Thomas