> bulk build on alpha-1.ports.openbsd.org > recurrent failures > failures/sysutils/gkrellm/gkrellm,-client.log > failures/sysutils/xuvmstat.log
This ought to fix them. Index: include/pmap.h =================================================================== RCS file: /OpenBSD/src/sys/arch/alpha/include/pmap.h,v retrieving revision 1.39 diff -u -p -r1.39 pmap.h --- include/pmap.h 22 Feb 2016 07:50:37 -0000 1.39 +++ include/pmap.h 10 Apr 2016 10:38:38 -0000 @@ -70,12 +70,12 @@ #ifndef _PMAP_MACHINE_ #define _PMAP_MACHINE_ +#include <sys/mutex.h> #include <machine/pte.h> #ifdef _KERNEL #include <sys/queue.h> -#include <sys/mutex.h> /* * Machine-dependent virtual memory state.
