]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ksiginfo_tryfree(): change return type to bool
authorKonstantin Belousov <kib@FreeBSD.org>
Wed, 17 Aug 2022 16:58:46 +0000 (19:58 +0300)
committerKonstantin Belousov <kib@FreeBSD.org>
Sat, 20 Aug 2022 17:33:18 +0000 (20:33 +0300)
commitcdb58f9d04cfb99d00e757ee769f8c2c3efcff89
treee377ed46239acf473838827840096cd336f071d0
parentcc29f221aaa218297ee4948b92da53f6126bc658
ksiginfo_tryfree(): change return type to bool

The function result is already used as bool.

Reviewed by: markj
Tested by: pho
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
Differential revision: https://reviews.freebsd.org/D36207
sys/kern/kern_sig.c