summaryrefslogtreecommitdiff
path: root/bareos/xattr.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-11-25 21:25:56 +0100
committerErich Eckner <git@eckner.net>2021-11-25 21:27:17 +0100
commit169e2fc86548e2ea088ffad81be6f027733347cb (patch)
tree10b540796ff9a21ab694e3b6619d58dbd30ec6d8 /bareos/xattr.patch
parentf0b9f9df08e187f1779720f5bd3fe5cf93c0c582 (diff)
downloadarchlinuxewe-169e2fc86548e2ea088ffad81be6f027733347cb.tar.xz
bareosbareos: 20.0.3-2 -> 20.0.4-1
Diffstat (limited to 'bareos/xattr.patch')
-rw-r--r--bareos/xattr.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/bareos/xattr.patch b/bareos/xattr.patch
index c69a9a4df..47294dad8 100644
--- a/bareos/xattr.patch
+++ b/bareos/xattr.patch
@@ -1,14 +1,3 @@
---- a/core/src/droplet/libdroplet/src/utils.c 2020-12-16 08:46:16.000000000 +0100
-+++ b/core/src/droplet/libdroplet/src/utils.c 2021-01-09 21:28:43.099999815 +0100
-@@ -33,7 +33,7 @@
- */
- #include <dropletp.h>
- #include <linux/xattr.h>
--#include <attr/xattr.h>
-+#include <sys/xattr.h>
- #include <errno.h>
-
- /** @file */
--- a/core/src/droplet/libdroplet/include/droplet/cdmi/crcmodel.h 2020-12-16 08:46:16.000000000 +0100
+++ b/core/src/droplet/libdroplet/include/droplet/cdmi/crcmodel.h 2021-01-09 21:50:10.506666487 +0100
@@ -79,7 +79,6 @@
@@ -30,14 +19,3 @@
ulong cm_xorot; /* Parameter: XOR this to output CRC. */
ulong cm_reg; /* Context: Context during execution. */
---- a/core/src/droplet/libdroplet/src/backend/posix/reqbuilder.c 2020-12-16 08:46:16.000000000 +0100
-+++ b/core/src/droplet/libdroplet/src/backend/posix/reqbuilder.c 2021-01-09 22:27:57.346666239 +0100
-@@ -39,7 +39,7 @@
- #include <dirent.h>
- #include <sys/types.h>
- #include <linux/xattr.h>
--#include <attr/xattr.h>
-+#include <sys/xattr.h>
- #include <utime.h>
- #include <pwd.h>
- #include <grp.h>