teken: use __bitcount() instead of bitcount()
The use of bitcount() triggered a build error because it couldn't be
located. __bitcount() on the other hand is defined in sys/types.h, which
is included in teken/teken.h.
MFC after: 2 weeks
teken: use __bitcount() instead of bitcount() Tags None Referenced Files None Subscribers None
Description
Details
|