diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-06-18 19:18:27 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-06-22 20:50:36 +0200 |
commit | 103358c9f64ef10a7cbabc050a1a5760d55c13de (patch) | |
tree | 651a0703b5530ed0120064dff5c62010810671e0 /app-backup | |
parent | app-misc/tmux-mem-cpu-load: drop old (diff) | |
download | gentoo-103358c9f64ef10a7cbabc050a1a5760d55c13de.tar.gz gentoo-103358c9f64ef10a7cbabc050a1a5760d55c13de.tar.bz2 gentoo-103358c9f64ef10a7cbabc050a1a5760d55c13de.zip |
app-backup/bareos: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/bareos/files/bareos-22.1.2-include-algorithm.patch | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/app-backup/bareos/files/bareos-22.1.2-include-algorithm.patch b/app-backup/bareos/files/bareos-22.1.2-include-algorithm.patch deleted file mode 100644 index 5f71576bc001..000000000000 --- a/app-backup/bareos/files/bareos-22.1.2-include-algorithm.patch +++ /dev/null @@ -1,41 +0,0 @@ -From https://github.com/bareos/bareos/pull/1687/commits/3907be7ff9700d0328198b47c58885f5ec56546c -https://bugs.gentoo.org/920489 - -diff --git a/core/src/cats/sql_get.cc b/core/src/cats/sql_get.cc -index b5d921c..150ebfc 100644 ---- a/core/src/cats/sql_get.cc -+++ b/core/src/cats/sql_get.cc -@@ -31,6 +31,7 @@ - */ - - #include "include/bareos.h" -+#include <algorithm> - - #if HAVE_SQLITE3 || HAVE_MYSQL || HAVE_POSTGRESQL || HAVE_INGRES || HAVE_DBI - -diff --git a/core/src/stored/append.cc b/core/src/stored/append.cc -index 05f6784..32234d4 100644 ---- a/core/src/stored/append.cc -+++ b/core/src/stored/append.cc -@@ -41,6 +41,8 @@ - #include "lib/berrno.h" - #include "lib/berrno.h" - -+#include <algorithm> -+ - namespace storagedaemon { - - /* Responses sent to the daemon */ -diff --git a/core/src/dird/ua_prune.cc b/core/src/dird/ua_prune.cc -index 9a0770c..15a0a56 100644 ---- a/core/src/dird/ua_prune.cc -+++ b/core/src/dird/ua_prune.cc -@@ -40,6 +40,8 @@ - #include "lib/edit.h" - #include "lib/parse_conf.h" - -+#include <algorithm> -+ - namespace directordaemon { - - /* Forward referenced functions */ |