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 0E89C139084 for ; Tue, 12 Dec 2017 17:08:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F7BDE0F05; Tue, 12 Dec 2017 17:08:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EC4F4E0F00 for ; Tue, 12 Dec 2017 17:08:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9E08E3417A5 for ; Tue, 12 Dec 2017 17:08:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61BEAAE7D for ; Tue, 12 Dec 2017 17:08:13 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1513098356.08d720a1c7dfa5d87c02d6321245a3d3e502fbe2.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/criu/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/criu/files/criu-2.8-sysmacros.patch X-VCS-Directories: sys-process/criu/files/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 08d720a1c7dfa5d87c02d6321245a3d3e502fbe2 X-VCS-Branch: master Date: Tue, 12 Dec 2017 17:08:13 +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: fc8a829e-bcb1-4eac-b4f3-49a8738038a3 X-Archives-Hash: 5ae32ed39583edd8b851eb09c18fc12f commit: 08d720a1c7dfa5d87c02d6321245a3d3e502fbe2 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Nov 19 12:53:11 2017 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue Dec 12 17:05:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d720a1 sys-process/criu: remove unused patch Signed-off-by: Matthias Maier gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/6235 sys-process/criu/files/criu-2.8-sysmacros.patch | 98 ------------------------- 1 file changed, 98 deletions(-) diff --git a/sys-process/criu/files/criu-2.8-sysmacros.patch b/sys-process/criu/files/criu-2.8-sysmacros.patch deleted file mode 100644 index 68bba802f4e..00000000000 --- a/sys-process/criu/files/criu-2.8-sysmacros.patch +++ /dev/null @@ -1,98 +0,0 @@ -https://bugs.gentoo.org/580454 -https://github.com/xemul/criu/pull/257 - -From 6913c0004eaa4fd11bf3efc8c37fb05108cf18ee Mon Sep 17 00:00:00 2001 -From: Yixun Lan -Date: Wed, 7 Dec 2016 00:24:42 -0500 -Subject: [PATCH] include sys/sysmacros.h for minor/major/makedev funcs - -Since glibc is moving away from implicitly including sys/sysmacros.h -all the time via sys/types.h, include the header directly in more -places. This seems to cover most makedev/major/minor usage. - -Signed-off-by: Yixun Lan -Signed-off-by: Mike Frysinger ---- - criu/file-lock.c | 1 + - criu/include/util.h | 1 + - criu/kerndat.c | 1 + - criu/proc_parse.c | 1 + - test/zdtm/lib/fs.h | 1 + - test/zdtm/static/console.c | 1 + - 6 files changed, 6 insertions(+) - -diff --git a/criu/file-lock.c b/criu/file-lock.c -index 1ab1e5886965..11d8a194937a 100644 ---- a/criu/file-lock.c -+++ b/criu/file-lock.c -@@ -5,6 +5,7 @@ - #include - #include - #include -+#include - - #include "cr_options.h" - #include "imgset.h" -diff --git a/criu/include/util.h b/criu/include/util.h -index 8eaee33391c5..1aa40e863acb 100644 ---- a/criu/include/util.h -+++ b/criu/include/util.h -@@ -10,6 +10,7 @@ - #include - #include - #include -+#include - #include - - #include "int.h" -diff --git a/criu/kerndat.c b/criu/kerndat.c -index f9675bd7ec1d..aeef1b7f6640 100644 ---- a/criu/kerndat.c -+++ b/criu/kerndat.c -@@ -7,6 +7,7 @@ - #include - #include - #include -+#include - - #include "int.h" - #include "log.h" -diff --git a/criu/proc_parse.c b/criu/proc_parse.c -index 3f84cdaad99a..a86d31769ded 100644 ---- a/criu/proc_parse.c -+++ b/criu/proc_parse.c -@@ -9,6 +9,7 @@ - #include - #include - #include -+#include - - #include "types.h" - #include "common/list.h" -diff --git a/test/zdtm/lib/fs.h b/test/zdtm/lib/fs.h -index 972c49b4a068..972b15abad0c 100644 ---- a/test/zdtm/lib/fs.h -+++ b/test/zdtm/lib/fs.h -@@ -6,6 +6,7 @@ - #endif - - #include -+#include - - #include - -diff --git a/test/zdtm/static/console.c b/test/zdtm/static/console.c -index a86b14639729..41246aea0298 100644 ---- a/test/zdtm/static/console.c -+++ b/test/zdtm/static/console.c -@@ -8,6 +8,7 @@ - - #include - #include -+#include - - #include "zdtmtst.h" - --- -2.11.0.rc2 -