HomeFreeBSD

teken: use __bitcount() instead of bitcount()

Description

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

(cherry picked from commit 6d3296f16a06bcaa49918799e683936711dcf9c9)

Details

Provenance
christosAuthored on Oct 7 2023, 9:36 PM
Parents
rG817701123233: tty: fix improper backspace behaviour for UTF8 characters when in canonical mode
Branches
Unknown
Tags
Unknown