Index | Thread | Search

From:
Christian Ludwig <christian_ludwig@genua.de>
Subject:
Re: dt: Add missing include
To:
"deraadt@openbsd.org" <deraadt@openbsd.org>
Cc:
"tech@openbsd.org" <tech@openbsd.org>
Date:
Fri, 2 Feb 2024 20:40:16 +0000

Download raw body.

Thread
Hi,

On Fri, 2024-02-02 at 09:11 -0700, Theo de Raadt wrote:
> In the kernel, this is handled by <sys/param.h> inclusion as the legacy
> access pattern.

Thanks for the clarification. I was adding additional trace points to
the kernel and found that some places miss this. So I better include
<sys/param.h> there.


 - Christian