Date: Thu, 20 May 2021 18:24:39 -0600 From: Warner Losh <imp@bsdimp.com> To: Jessica Clarke <jrtc27@freebsd.org> Cc: Warner Losh <imp@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>, "dev-commits-src-all@freebsd.org" <dev-commits-src-all@freebsd.org>, "dev-commits-src-main@freebsd.org" <dev-commits-src-main@freebsd.org> Subject: Re: git: d0ea5e467f3c - main - md5: portability fix -- include stdbool.h explicitly Message-ID: <CANCZdfpGzE88ykJKb7hx4ojXQ781MKgH0_599j5E_Z-4LUesFA@mail.gmail.com> In-Reply-To: <1D5D272D-639A-4CA3-BCBC-F1386E6991DB@freebsd.org> References: <202105201730.14KHUaq5005019@gitrepo.freebsd.org> <1D5D272D-639A-4CA3-BCBC-F1386E6991DB@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 20, 2021 at 11:42 AM Jessica Clarke <jrtc27@freebsd.org> wrote: > =On 20 May 2021, at 18:30, Warner Losh <imp@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@FreeBSD.org> > > AuthorDate: 2021-05-20 17:26:46 +0000 > > Commit: Warner Losh <imp@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 :) > Doh! I've been in a daze all day. Sorry about that... Warner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfpGzE88ykJKb7hx4ojXQ781MKgH0_599j5E_Z-4LUesFA>