From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59937138334 for ; Sat, 14 Dec 2019 09:37:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90D18E0867; Sat, 14 Dec 2019 09:37:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74C2EE0867 for ; Sat, 14 Dec 2019 09:37:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85BEF34D87B for ; Sat, 14 Dec 2019 09:37:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 141778D1 for ; Sat, 14 Dec 2019 09:37:37 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1576316254.c99cad31bf7d7c6a0fade259ce45c8f84fd4ab6f.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/cacti-spine/files/cacti-spine-1.2.5-my_bool.patch X-VCS-Directories: net-analyzer/cacti-spine/files/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c99cad31bf7d7c6a0fade259ce45c8f84fd4ab6f X-VCS-Branch: master Date: Sat, 14 Dec 2019 09:37:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ebbc26b6-be6b-4e61-8571-1f175172e6f6 X-Archives-Hash: 41009a55efb6b31b74cd4adee710021b commit: c99cad31bf7d7c6a0fade259ce45c8f84fd4ab6f Author: Jeroen Roovers gentoo org> AuthorDate: Sat Dec 14 09:27:50 2019 +0000 Commit: Jeroen Roovers gentoo 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 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); -