Hey all, I've lately been trying to dig into why OpenPackages make(1) currently doesn't compile on FreeBSD but does on OpenBSD. There is a (very slight) difference between their sys/time.h headers. The timespec* stuff is hidden behind the _KERNEL aura on FreeBSD, but not on OpenBSD. This is manifested in OpenBSD's make source, which uses timespec for a few things. So now, maybe someone can answer my question: why is timespec _KERNEL? -- wca
- Re: sys/time.h w/ timespec stuff Will Andrews
- Re: sys/time.h w/ timespec stuff Bruce Evans
- sys/time.h w/ timespec stuff Garrett Wollman