aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2023-12-14 14:52:20 -0500
committerMike Frysinger <vapier@gentoo.org>2023-12-14 14:53:27 -0500
commit43dc19d632741e9e80f02842684ca57d1277a070 (patch)
tree34c16c0e5f06adc4f66a1346133c444840b9a6e6
parentFix fuzz-dumpelf test (diff)
downloadpax-utils-43dc19d632741e9e80f02842684ca57d1277a070.tar.gz
pax-utils-43dc19d632741e9e80f02842684ca57d1277a070.tar.bz2
pax-utils-43dc19d632741e9e80f02842684ca57d1277a070.zip
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@chromium.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--paxinc.c1
1 files changed, 0 insertions, 1 deletions
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;