summaryrefslogtreecommitdiff
path: root/dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-14 12:12:48 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-14 12:12:48 +0100
commitb6323af2602e6a5cd4920d4af06b5c2f3949b9d0 (patch)
tree7d427f015930068f8d06e8f5aa622635ac3b61ca /dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch
parent4b61f038fc5ecca26609a997fcc662c7cf9e0498 (diff)
gentoo auto-resync : 14:08:2023 - 12:12:48
Diffstat (limited to 'dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch')
-rw-r--r--dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch b/dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch
deleted file mode 100644
index b54a5bf3a00c..000000000000
--- a/dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/proc.h
-+++ b/proc.h
-@@ -26,6 +26,7 @@
- #include "config.h"
-
- #include <sys/time.h>
-+#include <unistd.h> /* pid_t */
-
- #if defined(HAVE_LIBUNWIND)
- # include <libunwind.h>