[Git][reproducible-builds/disorderfs][master] Use sys/xattr.h

Bernhard M. Wiedemann gitlab at salsa.debian.org
Sun Sep 16 06:23:11 CEST 2018


Bernhard M. Wiedemann pushed to branch master at Reproducible Builds / disorderfs


Commits:
387844fa by Bernhard M. Wiedemann at 2018-09-16T04:22:29Z
Use sys/xattr.h

from glibc, because libattr-2.4.48 dropped its xattr.h

Similar to
https://github.com/pmem/pmemfile/pull/253
https://github.com/rpm-software-management/librepo/pull/122

- - - - -


1 changed file:

- disorderfs.cpp


Changes:

=====================================
disorderfs.cpp
=====================================
@@ -37,7 +37,7 @@ extern "C" {
 #include <vector>
 #include <random>
 #include <algorithm>
-#include <attr/xattr.h>
+#include <sys/xattr.h>
 #include <sys/types.h>
 #include <sys/syscall.h>
 #include <sys/file.h>



View it on GitLab: https://salsa.debian.org/reproducible-builds/disorderfs/commit/387844fa06bf98d400b74007f267606620919a6e

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/disorderfs/commit/387844fa06bf98d400b74007f267606620919a6e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20180916/16cc064d/attachment.html>


More information about the rb-commits mailing list