27 Sep
2022
27 Sep
'22
9:21 p.m.
On Tue Sep 27 21:19:15 2022 +0000, Erich Hoover wrote:
Wait, why do these patches require libattr? As far as I can tell we're not actually using it. We could just as easily include sys/xattr.h instead. That's probably the only way I could get the header 8-ish years ago, but it could be I just included the wrong one at the time. (I also can't tell what libattr does, since there's almost no documentation attached to the project.) It's just a compatibility library for using extended attributes on various systems. You beat me to it! I just switched it over to using `<sys/xattr.h>` instead of `<attr/xattr.h>`
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/946#note_9487