Re: [PATCH 2/2] virfile: Fix build with glibc 2.36

2022-08-02 Thread Cole Robinson
On 8/2/22 3:12 AM, Erik Skultety wrote: > On Mon, Aug 01, 2022 at 03:59:15PM -0400, Cole Robinson wrote: >> With glibc 2.36, sys/mount.h and linux/mount.h conflict: >> https://sourceware.org/glibc/wiki/Release/2.36#Usage_of_.3Clinux.2Fmount.h.3E_and_.3Csys.2Fmount.h.3E >> >> virfile.c imports

Re: [PATCH 2/2] virfile: Fix build with glibc 2.36

2022-08-02 Thread Erik Skultety
On Mon, Aug 01, 2022 at 03:59:15PM -0400, Cole Robinson wrote: > With glibc 2.36, sys/mount.h and linux/mount.h conflict: > https://sourceware.org/glibc/wiki/Release/2.36#Usage_of_.3Clinux.2Fmount.h.3E_and_.3Csys.2Fmount.h.3E > > virfile.c imports sys/mount.h and linux/fs.h, which pulls in >