Re: git: 0976744085bc - main - libnetbsd: Avoid bringing in all of sys/param.h in sys/types.h

From: Dag-Erling_Smørgrav <des_at_FreeBSD.org>
Date: Thu, 25 Jun 2026 00:13:00 UTC
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.org