commit: 43dc19d632741e9e80f02842684ca57d1277a070 Author: Mike Frysinger <vapier <AT> chromium <DOT> org> AuthorDate: Thu Dec 14 19:52:20 2023 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Thu Dec 14 19:53:27 2023 +0000 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=43dc19d6
Revert "paxinc: include <alloca.h> for alloca" This reverts commit 781a3856ae53df051563645b45d8ff7033aea113. The header is already included in porting.h. We want to keep all system headers centralized in porting.h and not sprinkle across the other modules. Signed-off-by: Mike Frysinger <vapier <AT> chromium.org> Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org> paxinc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/paxinc.c b/paxinc.c index c6eab87..64a3069 100644 --- a/paxinc.c +++ b/paxinc.c @@ -9,7 +9,6 @@ /* stick common symbols here that are needed by paxinc.h */ #define IN_paxinc -#include <alloca.h> #include "paxinc.h" char do_reverse_endian;
