> On 10. Sep 2021, at 13:53, Gary Jennejohn wrote:
>
> So, a new problem with buildworld in HEAD.
>
> Building in /usr/src/stand/libsa fails because dosfs.c, ufs.c and
> geli/gelidev.c can't find disk.h. But disk.h is located in ../common.
>
> I had to modify all three of these files to get
So, a new problem with buildworld in HEAD.
Building in /usr/src/stand/libsa fails because dosfs.c, ufs.c and
geli/gelidev.c can't find disk.h. But disk.h is located in ../common.
I had to modify all three of these files to get the compile to finish
by using ../common/disk.h.
In /usr/src/stand/d