K 10 svn:author V 3 dim K 8 svn:date V 27 2023-04-22T09:02:28.641778Z K 7 svn:log V 526 ichiic: use bool for one-bit wide bit-fields A 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 by using c99 bool. Reported by: Clang Reviewed by: emaste, wulf MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D39665 (cherry picked from commit 87f55ab0b46ad72efee11d1b64ec8f839bb013da) Git Hash: 17eaa359dcb5cb51f5b1a23d34a5c744e350ad8e Git Author: dim@FreeBSD.org END