git: kernel: Remove __boolean_t and define boolean_t directly.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Feb 14 09:39:36 PST 2026


commit 65c8f684cbabfb5b4b28bafed339c14c3fab274d
Author: Sascha Wildner <saw at online.de>
Date:   Sat Feb 14 18:37:33 2026 +0100

    kernel: Remove __boolean_t and define boolean_t directly.
    
    A CPU dependent type for boolean_t isn't needed.
    
    Change the remaining usage of __boolean_t to bool because
    these headers are also used by userland.

Summary of changes:
 sys/cpu/x86_64/include/stdint.h |  5 -----
 sys/net/netmsg.h                | 10 ++++++----
 sys/sys/objcache.h              | 12 ++++++++----
 sys/sys/stdint.h                |  6 +++++-
 4 files changed, 19 insertions(+), 14 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/65c8f684cbabfb5b4b28bafed339c14c3fab274d


-- 
DragonFly BSD source repository


More information about the Commits mailing list