K 10 svn:author V 3 kib K 8 svn:date V 27 2015-09-26T07:30:45.243845Z K 7 svn:log V 528 Make the __bitcount*() functions unconditionally available, by moving them out of the #if _BSD_VISIBLE block. Other headers may depend on __bitcount(). The dependencies can be a header not specified by POSIX, and then namespace restrictions by _XOPEN_SOURCE are not applicable, as it was reported. Or, we might grow an implementation of some POSIX facility using __bitcount(), which also should work. Reported by: Jason Schulz Discussed with: jhb Sponsored by: The FreeBSD Foundation MFC after: 2 weeks END