mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-30 01:52:20 +02:00
16 lines
304 B
Diff
16 lines
304 B
Diff
--- ./lib/replace/system/filesys.h.orig
|
|
+++ ./lib/replace/system/filesys.h
|
|
@@ -122,6 +122,12 @@
|
|
#if HAVE_ATTR_XATTR_H
|
|
#include <attr/xattr.h>
|
|
#elif HAVE_SYS_XATTR_H
|
|
+#ifdef XATTR_CREATE
|
|
+#undef XATTR_CREATE
|
|
+#endif
|
|
+#ifdef XATTR_REPLACE
|
|
+#undef XATTR_REPLACE
|
|
+#endif
|
|
#include <sys/xattr.h>
|
|
#endif
|
|
|