Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: sys/clock.h



Simon Burge <simonb%NetBSD.org@localhost> wrote:

> +#if !defined(_KERNEL) && !defined(_STANDALONE)
> +#include <stdint.h>
> +#endif
> 
> Sorry for chiming in late.  Wouldn't it be better to include
> <sys/stdint.h> and avoid the #ifdef?  Especially since <stdint.h>
> is a symlink to <sys/stdint.h> .

That makes sense to me - made it so. :-)

Thanks!
-Jan


Home | Main Index | Thread Index | Old Index