summaryrefslogtreecommitdiff
path: root/bareos/xattr.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-06-18 18:47:14 +0200
committerErich Eckner <git@eckner.net>2021-06-18 18:47:33 +0200
commit3a0c51445fa7f822f78b4c208ad452f0bf1d9de3 (patch)
tree53fee34d78d70587c41453eb3cb34c6c189aa0e9 /bareos/xattr.patch
parent16eb14059cc5f37e872633a02890a15d56bd2dc5 (diff)
downloadarchlinuxewe-3a0c51445fa7f822f78b4c208ad452f0bf1d9de3.tar.xz
bareosbareos: 20.0.1-9 -> 20.0.2-1
Diffstat (limited to 'bareos/xattr.patch')
-rw-r--r--bareos/xattr.patch30
1 files changed, 15 insertions, 15 deletions
diff --git a/bareos/xattr.patch b/bareos/xattr.patch
index 8951ed0fa..c69a9a4df 100644
--- a/bareos/xattr.patch
+++ b/bareos/xattr.patch
@@ -11,25 +11,25 @@
/** @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
-@@ -78,7 +78,6 @@
+@@ -79,7 +79,6 @@
#ifndef DONE_STYLE
- typedef unsigned long ulong;
--typedef unsigned bool;
- typedef unsigned char * p_ubyte_;
+ typedef unsigned long ulong;
+-typedef unsigned bool;
+ typedef unsigned char* p_ubyte_;
- #ifndef TRUE
-@@ -106,8 +106,8 @@
- int cm_width; /* Parameter: Width in bits [8,32]. */
- ulong cm_poly; /* Parameter: The algorithm's polynomial. */
- ulong cm_init; /* Parameter: Initial register value. */
-- bool cm_refin; /* Parameter: Reflect input bytes? */
-- bool cm_refot; /* Parameter: Reflect output CRC? */
-+ _Bool cm_refin; /* Parameter: Reflect input bytes? */
-+ _Bool cm_refot; /* Parameter: Reflect output CRC? */
- ulong cm_xorot; /* Parameter: XOR this to output CRC. */
+ # ifndef TRUE
+@@ -107,8 +107,8 @@
+ int cm_width; /* Parameter: Width in bits [8,32]. */
+ ulong cm_poly; /* Parameter: The algorithm's polynomial. */
+ ulong cm_init; /* Parameter: Initial register value. */
+- bool cm_refin; /* Parameter: Reflect input bytes? */
+- bool cm_refot; /* Parameter: Reflect output CRC? */
++ _Bool cm_refin; /* Parameter: Reflect input bytes? */
++ _Bool cm_refot; /* Parameter: Reflect output CRC? */
+ ulong cm_xorot; /* Parameter: XOR this to output CRC. */
- ulong cm_reg; /* Context: Context during execution. */
+ 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 @@