Re: git: b60cd486a652 - main - ofw: bool-ify OF_hasprop()
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Apr 2026 16:18:00 UTC
On 4/16/26 12:12, Emmanuel Vadot wrote: > > Hi Mitchell, > > On Thu, 16 Apr 2026 14:21:21 +0000 > Mitchell Horne <mhorne@FreeBSD.org> wrote: > >> The branch main has been updated by mhorne: >> >> URL: https://cgit.FreeBSD.org/src/commit/?id=b60cd486a652f0427e525b4482ac598be5460459 >> >> commit b60cd486a652f0427e525b4482ac598be5460459 >> Author: Mitchell Horne <mhorne@FreeBSD.org> >> AuthorDate: 2026-04-16 14:12:41 +0000 >> Commit: Mitchell Horne <mhorne@FreeBSD.org> >> CommitDate: 2026-04-16 14:12:41 +0000 >> >> ofw: bool-ify OF_hasprop() >> >> Adjust the function signature and the few callers that don't treat it >> this way already. >> >> This is style only; no functional change intended. >> >> Reviewed by: andrew >> Sponsored by: The FreeBSD Foundation >> Differential Revision: https://reviews.freebsd.org/D56203 > > Thanks, it makes more sense, could you also update the manpage please ? > > Cheers, > Good catch, thank you. Fixed in 47b0ac1cadc9. I spotted a couple other issues. Please look quickly at https://reviews.freebsd.org/D56429. Mitchell