In article <20200104044017.c44aef...@cvs.netbsd.org>,
Kamil Rytarowski wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: kamil
>Date: Sat Jan 4 04:40:17 UTC 2020
>
>Modified Files:
> src/lib/libc/sys: ptrace.2
>
>Log Message:
>/tmp/cvsbigmGa
You need to read the commit mes
On Mon, Jan 06, 2020 at 11:14:18AM +0100, Martin Husemann wrote:
> On Mon, Jan 06, 2020 at 10:09:25AM +, Martin Husemann wrote:
> > > Log Message:
> > > Build fix. Add back inclusion of , which was previously
> > > included via .
>
> Ah - easy one: the include was in a
>
> #if defined(_KER
On Mon, Jan 06, 2020 at 10:09:25AM +, Martin Husemann wrote:
> > Log Message:
> > Build fix. Add back inclusion of , which was previously
> > included via .
Ah - easy one: the include was in a
#if defined(_KERNEL) || defined(_KMEMUSER)
section - will fix.
Martin
On Mon, Jan 06, 2020 at 01:37:57AM +, Greg Oster wrote:
> Module Name: src
> Committed By: oster
> Date: Mon Jan 6 01:37:57 UTC 2020
>
> Modified Files:
> src/sys/sys: sched.h
>
> Log Message:
> Build fix. Add back inclusion of , which was previously
> included via .
>
>
>