Re: [libvirt] [PATCH] Fix include for xattr.h

2018-08-06 Thread Daniel P . Berrangé
On Mon, Aug 06, 2018 at 10:31:07AM +0200, Martin Kletzander wrote: > The proper file that should be included is `sys/xattr.h` as that comes from > `glibc` and not `attr/xattr.h` which ships with the `attr` utility. > > We're most probably not the only ones because `attr/xattr.h` added a #warning

[libvirt] [PATCH] Fix include for xattr.h

2018-08-06 Thread Martin Kletzander
The proper file that should be included is `sys/xattr.h` as that comes from `glibc` and not `attr/xattr.h` which ships with the `attr` utility. We're most probably not the only ones because `attr/xattr.h` added a #warning to their include resulting in the following compilation errors: In file