Add unistd.h header for sysconf() on OpenBSD
Merge request reports
Activity
Filter activity
I was only touching the OpenBSD specific path as that's the only OS I deal with and aware of any build issue at the moment, but that first diff does look more appropriate.
I don't know why sys/param.h is there, but I don't believe it is necessary either. sys/param.h includes sys/types.h so it was probably used with the intention of ultimately including sys/types.h. machine/cpu.h is there for CPU_ALTIVEC. That looks more appropriate.
mentioned in issue #45 (closed)
I have created alternative MR !97 (merged) with this patches.
Please register or sign in to reply