From: Sergei Trofimovich Date: Mon, 6 Apr 2020 21:14:22 +0000 (+0100) Subject: sys-apps/prctl: use only , bug #716298 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=632211107cecdc1c9f59a610d1a247c94b2d817e;p=gentoo.git sys-apps/prctl: use only , bug #716298 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 --- 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;