On Fri, Jun 16, 2006 at 06:23:45PM +0000, Johannes Hofmann wrote: > Ok, here is an initial patch against estd-r4.1 that makes things > work on DragonFly. The question is how to integrate the modifications. > We could add #ifdef's or add the patch to the pkgsrc stuff...
Thanks. Hmm, I wonder if pkgsrc supports per-platform patch... > Also I would suggest to adjust our est-sysctl names to match the > NetBSD ones's. NetBSD uses machdep.est.*, but we usually have things like this under hw. Not sure if we have an explicit policy about sysctl names though. > And what about that useconds_t? I just changed it to int. Any better > ideas? http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/types.h.html: The type useconds_t shall be an unsigned integer type capable of storing values at least in the range [0, 1000000]. On platforms that doesn't define useconds_t, it's usually an unsigned int.
