commit: c99cad31bf7d7c6a0fade259ce45c8f84fd4ab6f
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 09:27:50 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 09:37:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99cad31
net-analyzer/cacti-spine: Drop obsolete patch
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
.../cacti-spine/files/cacti-spine-1.2.5-my_bool.patch | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/net-analyzer/cacti-spine/files/cacti-spine-1.2.5-my_bool.patch
b/net-analyzer/cacti-spine/files/cacti-spine-1.2.5-my_bool.patch
deleted file mode 100644
index d9554bfa38c..00000000000
--- a/net-analyzer/cacti-spine/files/cacti-spine-1.2.5-my_bool.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/sql.c
-+++ b/sql.c
-@@ -229,7 +229,7 @@ void db_connect(int type, MYSQL *mysql) {
- timeout = 5;
- rtimeout = 10;
- wtimeout = 20;
-- my_bool reconnect = 1;
-+ _Bool reconnect = 1;
-
- mysql_init(mysql);
-