Date: Thu, 25 Jun 2026 02:13:00 +0200 From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@FreeBSD.org> To: Mark Johnston <markj@FreeBSD.org> Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 0976744085bc - main - libnetbsd: Avoid bringing in all of sys/param.h in sys/types.h Message-ID: <865x37fpf7.fsf@ltc.des.dev> In-Reply-To: <6a3be64b.3fece.28304610@gitrepo.freebsd.org> (Mark Johnston's message of "Wed, 24 Jun 2026 14:14:35 %2B0000") References: <6a3be64b.3fece.28304610@gitrepo.freebsd.org>
index | next in thread | previous in thread | raw e-mail
Mark Johnston <markj@FreeBSD.org> writes: > --- a/lib/libnetbsd/sys/types.h > +++ b/lib/libnetbsd/sys/types.h > @@ -31,6 +31,6 @@ > > #include_next <sys/types.h> > > -#include <sys/param.h> /* For NBBY */ > +#define NBBY 8 This is usually spelled __CHAR_BIT__ DES -- Dag-Erling Smørgrav - des@FreeBSD.orghome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?865x37fpf7.fsf>
