Re: compile failure in /usr/src/stand/libsa

2021-09-10 Thread Toomas Soome via current
> 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

compile failure in /usr/src/stand/libsa

2021-09-10 Thread Gary Jennejohn
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