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 5F84D1382C5 for ; Sat, 3 Feb 2018 19:47:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A311EE0C14; Sat, 3 Feb 2018 19:47:39 +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 80B0AE0C14 for ; Sat, 3 Feb 2018 19:47:39 +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 95BB2335C4D for ; Sat, 3 Feb 2018 19:47:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BE071C5 for ; Sat, 3 Feb 2018 19:47:37 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1517687244.01e476f91b42ffe55c8450490e7f3e88738d1410.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kwin/files/kwin-5.8.7-glibc-sysmacros.patch X-VCS-Directories: kde-plasma/kwin/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 01e476f91b42ffe55c8450490e7f3e88738d1410 X-VCS-Branch: master Date: Sat, 3 Feb 2018 19:47: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-Archives-Salt: c7693a19-8911-4097-ac2e-acaa7b859572 X-Archives-Hash: 32bf70d4d1325cec1390f62ce72acff1 commit: 01e476f91b42ffe55c8450490e7f3e88738d1410 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Feb 3 19:25:15 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 3 19:47:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e476f9 kde-plasma/kwin: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/7038 .../kwin/files/kwin-5.8.7-glibc-sysmacros.patch | 38 ---------------------- 1 file changed, 38 deletions(-) diff --git a/kde-plasma/kwin/files/kwin-5.8.7-glibc-sysmacros.patch b/kde-plasma/kwin/files/kwin-5.8.7-glibc-sysmacros.patch deleted file mode 100644 index 61c07feaee3..00000000000 --- a/kde-plasma/kwin/files/kwin-5.8.7-glibc-sysmacros.patch +++ /dev/null @@ -1,38 +0,0 @@ -commit 8efef12eeb377e9087551e333d65631968c80e5f -Author: Andreas Sturmlechner -Date: Sat Jun 10 17:00:25 2017 +0200 - - Fix build with future glibc (major/minor macros), BSD compatible - - Summary: - Also adding sys/types.h which is not implicitly included from all over. - - Thanks-to: [ade] in #kde-devel - - See also: - https://sourceware.org/ml/libc-alpha/2015-11/msg00452.html - https://git.reviewboard.kde.org/r/127662/ - - Reviewers: #plasma - - Subscribers: plasma-devel, kwin, #kwin, adridg - - Tags: #kwin - - Differential Revision: https://phabricator.kde.org/D6175 - -diff --git a/logind.cpp b/logind.cpp -index fee0f2ff4..bb84af4f9 100644 ---- a/logind.cpp -+++ b/logind.cpp -@@ -29,6 +29,10 @@ along with this program. If not, see . - #include - - #include -+#include -+#ifndef major -+#include -+#endif - #include - #include "utils.h" -