On Tue, 16 Oct 2012, SAITOH Masanobu wrote:
Modified Files: src/share/man/man3: bits.3Log Message: Return value of __BIT() and __BITS() is not uint32_t but uint64_t.
No, they are uintmax_t. uintmax_t happens to be the same as uint64_t on all present day NetBSD platforms, but a new platform with a larger uintmax_t could appear one day. --apb (Alan Barrett)