git: d0ea5e467f3c - main - md5: portability fix -- include stdbool.h explicitly
Jessica Clarke
jrtc27 at freebsd.org
Thu May 20 17:42:37 UTC 2021
=On 20 May 2021, at 18:30, Warner Losh <imp at FreeBSD.org> wrote:
>
> The branch main has been updated by imp:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=d0ea5e467f3c44909667c5ee90c3d26653fb6687
>
> commit d0ea5e467f3c44909667c5ee90c3d26653fb6687
> Author: Warner Losh <imp at FreeBSD.org>
> AuthorDate: 2021-05-20 17:26:46 +0000
> Commit: Warner Losh <imp at FreeBSD.org>
> CommitDate: 2021-05-20 17:28:18 +0000
>
> md5: portability fix -- include stdbool.h explicitly
>
> stdbool.h needs to be included to use type bool variables. Due to
> namespace pollution, this gets brought in on FreeBSD, but not on
> other systems. Include it explicilty.
Thanks!
> Noticed by: arichards@
For once a cross-building issue not reported by Alex, though still
Cambridge :)
Jess
More information about the dev-commits-src-main
mailing list