K 10 svn:author V 3 dim K 8 svn:date V 27 2023-04-29T07:38:42.562885Z K 7 svn:log V 540 Use bool for one-bit wide bit-fields A signed one-bit wide bit-field can take only the values 0 and -1. Clang 16 introduced a warning that "implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1". Fix the warnings by using C99 bool. Reported by: Clang 16 Reviewed by: emaste, jhb MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D39705 (cherry picked from commit bab8274c090942cf96c44bc001307b9bffac9d7e) Git Hash: 821e1767aa382faa1e78c16072b75bd323be405e Git Author: dim@FreeBSD.org END