sys/time.h w/ timespec stuff

2001-01-22 Thread Garrett Wollman
On Sun, 21 Jan 2001 01:13:26 -0500, Will Andrews [EMAIL PROTECTED] said: So now, maybe someone can answer my question: why is timespec _KERNEL? It's not. Some of the namespace pollution associated with it is. -GAWollman To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: sys/time.h w/ timespec stuff

2001-01-21 Thread Bruce Evans
On Sun, 21 Jan 2001, Will Andrews wrote: 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? The

sys/time.h w/ timespec stuff

2001-01-20 Thread Will Andrews
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