Collin Funk <collin.funk1@xxxxxxxxx> writes: > Just one question about this chunk: > >> #define _DEFAULT_SOURCE 1 >> -#define _NETBSD_SOURCE 1 > > Why remove this definition? I think it might be useful on some older > systems and seems harmless otherwise. Yes, it is curious. > > Other than that, I tested on OpenBSD 7.6 and NetBSD 10.0 and this patch > fixes the missing declarations. So: > > Reviewed-by: Collin Funk <collin.funk1@xxxxxxxxx> > > Collin