From 632211107cecdc1c9f59a610d1a247c94b2d817e Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 6 Apr 2020 22:14:22 +0100 Subject: sys-apps/prctl: use only , bug #716298 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/716298 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich --- sys-apps/prctl/files/prctl-1.6-no-implicits.patch | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sys-apps') diff --git a/sys-apps/prctl/files/prctl-1.6-no-implicits.patch b/sys-apps/prctl/files/prctl-1.6-no-implicits.patch index 2bbf9aba69aa..eab464d22559 100644 --- a/sys-apps/prctl/files/prctl-1.6-no-implicits.patch +++ b/sys-apps/prctl/files/prctl-1.6-no-implicits.patch @@ -1,12 +1,9 @@ -diff --git a/prctl.c b/prctl.c -index 2dcda79..01c542f 100644 --- a/prctl.c +++ b/prctl.c -@@ -27,3 +27,4 @@ +@@ -27,3 +27,3 @@ #include -#include -+#include /* prctl constants */ -+#include /* prctl() proto */ ++#include /* prctl constants, prctl() proto */ #include @@ -50,3 +51,3 @@ int verbose=0; -- cgit v1.2.3-65-gdbad