In article <20180604201246.24cf1f...@cvs.netbsd.org>, Robert Elz <source-changes-d@NetBSD.org> wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: kre >Date: Mon Jun 4 20:12:46 UTC 2018 > >Modified Files: > src/external/cddl/osnet/dev/dtrace/i386: dtrace_subr.c > >Log Message: >The (dtrace version of) <sys/proc.h> is needed for kthread_t >(same as the amd64 version). This should fix (one of) the >current i386 build breakages.
That should come after <sys/param.h>... In general "infrastructure" headers before "feature" headers... I will fix it (it happens to work, but)... christos